Skip to content

Commit

Permalink
depreciated code #1673
Browse files Browse the repository at this point in the history
  • Loading branch information
live-aamir committed Jul 11, 2024
1 parent 07414a8 commit 497e8af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion forms/wp-event-manager-form-edit-event.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class WP_Event_Manager_Form_Edit_Event extends WP_Event_Manager_Form_Submit_Even

public $form_name = 'edit-event';
public $event_id;
public $fields;

/** @var WP_Event_Manager_Form_Edit_Event The single instance of the class */

Expand Down
1 change: 0 additions & 1 deletion forms/wp-event-manager-form-edit-organizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class WP_Event_Manager_Form_Edit_Organizer extends WP_Event_Manager_Form_Submit_

public $form_name = 'edit-organizer';
public $organizer_id;
public $fields;

/** @var WP_Event_Manager_Form_Edit_Organizer The single instance of the class */

Expand Down
3 changes: 1 addition & 2 deletions forms/wp-event-manager-form-edit-venue.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ class WP_Event_Manager_Form_Edit_Venue extends WP_Event_Manager_Form_Submit_Venu

public $form_name = 'edit-venue';
public $venue_id;
public $fields;


/** @var WP_Event_Manager_Form_Edit_Venue The single instance of the class */

protected static $_instance = null;
Expand Down

0 comments on commit 497e8af

Please sign in to comment.