Rename in all places

This commit is contained in:
David Stone
2024-12-06 00:01:09 -07:00
parent 72f9cb01c4
commit 5aa44c8402
7 changed files with 14 additions and 13 deletions

View File

@ -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);
?>