Skip to content

Commit

Permalink
Replaced $VID:$ in all php files with 5.0.13.p.
Browse files Browse the repository at this point in the history
  • Loading branch information
EE DevBox Server committed Jan 16, 2024
1 parent 04e4d2a commit 64467b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @package Event Espresso
* @subpackage eea-paypal-commerce
* @author Nazar Kolivoshka
* @since $VID:$
* @since 5.0.13.p
*/
class OnboardingFormHtml
{
Expand Down
2 changes: 1 addition & 1 deletion PaymentMethods/PayPalCommerce/api/clients/ClientToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @package Event Espresso
* @subpackage eea-paypal-commerce
* @author Nazar Kolivoshka
* @since $VID:$
* @since 5.0.13.p
*/
class ClientToken extends ClientsApi
{
Expand Down
2 changes: 1 addition & 1 deletion PaymentMethods/PayPalCommerce/api/clients/ClientsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @package Event Espresso
* @subpackage eea-paypal-commerce
* @author Nazar Kolivoshka
* @since $VID:$
* @since 5.0.13.p
*/
abstract class ClientsApi
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function setupFilters()
* @param array $extra_query_args
* @param EE_Admin_Page $admin_page
* @return void
* @since $VID:$
* @since 5.0.13.p
*/
public function filterExtraQueryArgs(array $extra_query_args, EE_Admin_Page $admin_page): array
{
Expand Down
2 changes: 1 addition & 1 deletion core/admin/EE_Admin_Page.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -3894,7 +3894,7 @@ public function get_views(): array
/**
* @param array $views
* @return void
* @since $VID:$
* @since 5.0.13.p
*/
public function updateViews(array $views)
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/database/TableAnalysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function showIndexes(string $table_name, string $index_name): array
* @param string $table_name
* @param string $index_name
* @return bool
* @since $VID:$
* @since 5.0.13.p
*/
public function indexExists(string $table_name, string $index_name): bool
{
Expand Down

0 comments on commit 64467b2

Please sign in to comment.