Rename in more places
This commit is contained in:
@@ -23,7 +23,7 @@ if (!class_exists('WP_List_Table')) {
|
||||
/**
|
||||
* Base List Table class. Extends WP_List_Table.
|
||||
*
|
||||
* All of WP Ultimo's list tables should extend this class.
|
||||
* All of WP Multisite WaaS's list tables should extend this class.
|
||||
* It provides ajax-filtering and pagination out-of-the-box among other cool features.
|
||||
*
|
||||
* @since 2.0.0
|
||||
@@ -1215,7 +1215,7 @@ class Base_List_Table extends \WP_List_Table {
|
||||
} // end _get_js_var_name;
|
||||
|
||||
/**
|
||||
* Overrides the parent method to include the custom ajax functionality for WP Ultimo.
|
||||
* Overrides the parent method to include the custom ajax functionality for WP Multisite WaaS.
|
||||
*
|
||||
* @since 2.0.0
|
||||
* @return void
|
||||
|
@@ -62,7 +62,7 @@ class Inside_Events_List_Table extends Event_List_Table {
|
||||
|
||||
if ($object_initiator === 'system') {
|
||||
|
||||
$value = sprintf('<span class="dashicons-wu-wp-ultimo wu-align-middle wu-mr-1 wu-text-lg"></span><span class="wu-text-gray-600">%s</span>', __('Automatically processed by WP Ultimo', 'wp-ultimo'));
|
||||
$value = sprintf('<span class="dashicons-wu-wp-ultimo wu-align-middle wu-mr-1 wu-text-lg"></span><span class="wu-text-gray-600">%s</span>', __('Automatically processed by WP Multisite WaaS', 'wp-ultimo'));
|
||||
|
||||
} elseif ($object_initiator === 'manual') {
|
||||
|
||||
|
@@ -288,7 +288,7 @@ class Membership_List_Table_Widget extends Base_List_Table {
|
||||
|
||||
} // end get_columns;
|
||||
/**
|
||||
* Overrides the parent method to include the custom ajax functionality for WP Ultimo.
|
||||
* Overrides the parent method to include the custom ajax functionality for WP Multisite WaaS.
|
||||
*
|
||||
* @since 2.0.0
|
||||
* @return void
|
||||
|
@@ -243,7 +243,7 @@ class Payment_List_Table_Widget extends Base_List_Table {
|
||||
public function get_filters() {} // end get_filters;
|
||||
|
||||
/**
|
||||
* Overrides the parent method to include the custom ajax functionality for WP Ultimo.
|
||||
* Overrides the parent method to include the custom ajax functionality for WP Multisite WaaS.
|
||||
*
|
||||
* @since 2.0.0
|
||||
* @return void
|
||||
|
Reference in New Issue
Block a user