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

@ -1,6 +1,6 @@
<?php
/**
* Wraps the validation library being used by WP Ultimo.
* Wraps the validation library being used by WP Multisite WaaS.
*
* @package WP_Ultimo
* @subpackage Helper
@ -26,7 +26,7 @@ use \WP_Ultimo\Helpers\Validation_Rules\City;
defined('ABSPATH') || exit;
/**
* Wraps the validation library being used by WP Ultimo.
* Wraps the validation library being used by WP Multisite WaaS.
*
* @since 2.0.0
*/

View File

@ -45,7 +45,7 @@ class WP_Config {
$line = $this->find_injected_line($config, $constant);
$content = str_pad(sprintf("define( '%s', '%s' );", $constant, $value), 50) . '// Automatically injected by WP Ultimo;';
$content = str_pad(sprintf("define( '%s', '%s' );", $constant, $value), 50) . '// Automatically injected by WP Multisite WaaS;';
if ($line === false) {
@ -54,7 +54,7 @@ class WP_Config {
if ($hook_line === false) {
return new \WP_Error('unknown-wpconfig', __("WP Ultimo can't recognize your wp-config.php, please revert it to original state for further process.", 'wp-ultimo'));
return new \WP_Error('unknown-wpconfig', __("WP Multisite WaaS can't recognize your wp-config.php, please revert it to original state for further process.", 'wp-ultimo'));
} // end if;