Skip to content

Commit

Permalink
CPT Strategy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebblo committed Mar 20, 2024
1 parent d48224a commit 36051c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions core/CPTs/EE_CPT_Attendee_Strategy.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
class EE_CPT_Attendee_Strategy
{
/**
* $CPT - the current page, if it utilizes CPTs
*
* @var array
* CPT details from CustomPostTypeDefinitions for specific post type
*/
protected array $CPT;

Expand Down
4 changes: 1 addition & 3 deletions core/CPTs/EE_CPT_Default_Strategy.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
class EE_CPT_Default_Strategy
{
/**
* $CPT - the current page, if it utilizes CPTs
*
* @var array
* CPT details from CustomPostTypeDefinitions for specific post type
*/
protected array $CPT;

Expand Down
6 changes: 2 additions & 4 deletions core/CPTs/EE_CPT_Event_Strategy.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
class EE_CPT_Event_Strategy
{
/**
* the current page, if it utilizes CPTs
*
* @var object $CPT
* CPT details from CustomPostTypeDefinitions for specific post type
*/
protected $CPT;
protected array $CPT;

private string $current_time;

Expand Down
4 changes: 1 addition & 3 deletions core/CPTs/EE_CPT_Venue_Strategy.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
class EE_CPT_Venue_Strategy
{
/**
* $CPT - the current page, if it utilizes CPTs
*
* @var array
* CPT details from CustomPostTypeDefinitions for specific post type
*/
protected array $CPT;

Expand Down

0 comments on commit 36051c3

Please sign in to comment.