Skip to content

Commit

Permalink
Replaced $VID:$ in all php files with 5.0.24.p.
Browse files Browse the repository at this point in the history
  • Loading branch information
EE DevBox Server committed Aug 22, 2024
1 parent 5c17226 commit 985c710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ protected function _event_registrations_list_table()

/**
* @return string
* @since $VID:$
* @since 5.0.24.p
*/
private function generateListTableHeaderText(): string
{
Expand Down Expand Up @@ -1150,7 +1150,7 @@ private function generateListTableHeaderText(): string
/**
* @return string
* @throws EE_Error
* @since $VID:$
* @since 5.0.24.p
*/
private function generateListTableLegend(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @package Event Espresso
* @subpackage EventEspresso\caffeinated\admin\extend\registrations
* @author Brent Christensen
* @since $VID:$
* @since 5.0.24.p
*/
class RegistrationsListTableFilters
{
Expand Down

0 comments on commit 985c710

Please sign in to comment.