Rename in more places

This commit is contained in:
David Stone
2024-12-07 00:09:47 -07:00
parent 9574984471
commit 450931b405
199 changed files with 535 additions and 572 deletions

View File

@ -2,7 +2,7 @@
/**
* Discount Code Compatibility Layer
*
* Handles discount code compatibility back-ports to WP Ultimo 1.X builds.
* Handles discount code compatibility back-ports to WP Multisite WaaS 1.X builds.
*
* @package WP_Ultimo
* @subpackage Compat/Discount_Code_Compat
@ -15,7 +15,7 @@ namespace WP_Ultimo\Compat;
defined('ABSPATH') || exit;
/**
* Handles discount code compatibility back-ports to WP Ultimo 1.X builds.
* Handles discount code compatibility back-ports to WP Multisite WaaS 1.X builds.
*
* @since 2.0.0
*/

View File

@ -227,7 +227,7 @@ class General_Compat {
*
* This plugin has a setting that replaces quotes on the content.
* This breaks our moment configuration strings, and is generally
* not compatible with WP Ultimo vue templates.
* not compatible with WP Multisite WaaS vue templates.
*
* Here on this filter, we manually disable the smart quotes
* settings to prevent that kind of processing, as well as add
@ -255,7 +255,7 @@ class General_Compat {
*/
public function add_wp_typography_warning_message() {
WP_Ultimo()->notices->add(__('WP Typography "Smart Quotes" replacement is not compatible with WP Ultimo and will be automatically disabled.', 'wp-ultimo'), 'warning');
WP_Ultimo()->notices->add(__('WP Typography "Smart Quotes" replacement is not compatible with WP Multisite WaaS and will be automatically disabled.', 'wp-ultimo'), 'warning');
} // end add_wp_typography_warning_message;

View File

@ -2,7 +2,7 @@
/**
* Gutenberg Support
*
* Allows WP Ultimo to filter Gutenberg thingys.
* Allows WP Multisite WaaS to filter Gutenberg thingys.
*
* @since 1.9.14
* @author Arindo Duque

View File

@ -2,7 +2,7 @@
/**
* Legacy Shortcodes
*
* Handles WP Ultimo 1.X Legacy Shortcodes
* Handles WP Multisite WaaS 1.X Legacy Shortcodes
*
* @package WP_Ultimo
* @subpackage Compat
@ -17,7 +17,7 @@ defined('ABSPATH') || exit;
use WP_Ultimo\Database\Memberships\Membership_Status;
/**
* Handles WP Ultimo 1.X Legacy Shortcodes
* Handles WP Multisite WaaS 1.X Legacy Shortcodes
*
* @since 2.0.0
*/

View File

@ -2,7 +2,7 @@
/**
* Products Compatibility Layer
*
* Handles product compatibility back-ports to WP Ultimo 1.X builds.
* Handles product compatibility back-ports to WP Multisite WaaS 1.X builds.
*
* @package WP_Ultimo
* @subpackage Compat/Product_Compat
@ -15,7 +15,7 @@ namespace WP_Ultimo\Compat;
defined('ABSPATH') || exit;
/**
* Handles product compatibility back-ports to WP Ultimo 1.X builds.
* Handles product compatibility back-ports to WP Multisite WaaS 1.X builds.
*
* @since 2.0.0
*/