Rename in all places
This commit is contained in:
@ -51,7 +51,7 @@ body .theme-browser .theme .theme-name {
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @since 1.8.2
|
||||
* @param WU_Page WP Ultimo Page instance
|
||||
* @param WU_Page WP Multisite WaaS Page instance
|
||||
*/
|
||||
do_action('wu_page_addon_after_title', $page);
|
||||
?>
|
||||
@ -250,7 +250,7 @@ body .theme-browser .theme .theme-name {
|
||||
|
||||
<?php echo wu_render_empty_state(array(
|
||||
'message' => __("Loading...", 'wp-ultimo'),
|
||||
'sub_message' => __('We are fetching the list of WP Ultimo add-ons.', 'wp-ultimo'),
|
||||
'sub_message' => __('We are fetching the list of WP Multisite WaaS add-ons.', 'wp-ultimo'),
|
||||
'link_url' => false,
|
||||
)); ?>
|
||||
|
||||
@ -365,7 +365,7 @@ body .theme-browser .theme .theme-name {
|
||||
* Allow plugin developers to add scripts to the bottom of the page
|
||||
*
|
||||
* @since 1.8.2
|
||||
* @param WU_Page WP Ultimo Page instance
|
||||
* @param WU_Page WP Multisite WaaS Page instance
|
||||
*/
|
||||
do_action('wu_page_addon_footer', $page);
|
||||
?>
|
||||
|
@ -46,7 +46,7 @@
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @since 1.8.2
|
||||
* @param WU_Page WP Ultimo Page instance
|
||||
* @param WU_Page WP Multisite WaaS Page instance
|
||||
*/
|
||||
do_action('wu_page_centered_after_title', $page);
|
||||
?>
|
||||
@ -143,7 +143,7 @@
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @since 1.8.2
|
||||
* @param WU_Page WP Ultimo Page instance
|
||||
* @param WU_Page WP Multisite WaaS Page instance
|
||||
*/
|
||||
do_action('wu_centered_content', $page);
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @since 1.8.2
|
||||
* @param WU_Page WP Ultimo Page instance
|
||||
* @param WU_Page WP Multisite WaaS Page instance
|
||||
*/
|
||||
do_action('wu_centered_right', $page);
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* This template can be overridden by copying it to yourtheme/wp-ultimo/emails/base.php.
|
||||
*
|
||||
* HOWEVER, on occasion WP Ultimo will need to update template files and you
|
||||
* HOWEVER, on occasion WP Multisite WaaS will need to update template files and you
|
||||
* (the theme developer) will need to copy the new files to your theme to
|
||||
* maintain compatibility. We try to do this as little as possible, but it does
|
||||
* happen. When this occurs the version of the template file will be bumped and
|
||||
|
Reference in New Issue
Block a user