From 5aa44c84024f4571b7f4cbdf8568a2a68d062df5 Mon Sep 17 00:00:00 2001 From: David Stone Date: Fri, 6 Dec 2024 00:01:09 -0700 Subject: [PATCH] Rename in all places --- inc/admin-pages/customer-panel/class-account-admin-page.php | 4 ++-- inc/development/bootstrap.php | 2 +- inc/functions/checkout.php | 4 ++-- inc/ui/class-account-summary-element.php | 3 ++- views/base/addons.php | 6 +++--- views/base/centered.php | 6 +++--- views/broadcast/emails/base.php | 2 +- 7 files changed, 14 insertions(+), 13 deletions(-) diff --git a/inc/admin-pages/customer-panel/class-account-admin-page.php b/inc/admin-pages/customer-panel/class-account-admin-page.php index fc18478..35680e4 100644 --- a/inc/admin-pages/customer-panel/class-account-admin-page.php +++ b/inc/admin-pages/customer-panel/class-account-admin-page.php @@ -1,6 +1,6 @@ @@ -250,7 +250,7 @@ body .theme-browser .theme .theme-name { __("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); ?> diff --git a/views/base/centered.php b/views/base/centered.php index 9c66c04..cba55d3 100644 --- a/views/base/centered.php +++ b/views/base/centered.php @@ -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); diff --git a/views/broadcast/emails/base.php b/views/broadcast/emails/base.php index e376e4b..b380806 100644 --- a/views/broadcast/emails/base.php +++ b/views/broadcast/emails/base.php @@ -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