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
/**
* WP Ultimo base Installer Class.
* WP Multisite WaaS base Installer Class.
*
* @package WP_Ultimo
* @subpackage Installers
@ -13,7 +13,7 @@ namespace WP_Ultimo\Installers;
defined('ABSPATH') || exit;
/**
* WP Ultimo base Installer Class.
* WP Multisite WaaS base Installer Class.
*
* @since 2.0.0
*/

View File

@ -1,6 +1,6 @@
<?php
/**
* WP Ultimo 1.X to 2.X migrator.
* WP Multisite WaaS 1.X to 2.X migrator.
*
* @package WP_Ultimo
* @subpackage Installers/Core_Installer
@ -15,7 +15,7 @@ use \WP_Ultimo\Integrations\Host_Providers\Closte_Host_Provider;
defined('ABSPATH') || exit;
/**
* WP Ultimo 1.X to 2.X migrator.
* WP Multisite WaaS 1.X to 2.X migrator.
*
* @since 2.0.0
*/
@ -71,7 +71,7 @@ class Core_Installer extends Base_Installer {
$steps['database_tables'] = array(
'done' => $has_tables_installed,
'title' => __('Create Database Tables', 'wp-ultimo'),
'description' => __('WP Ultimo uses custom tables for performance reasons. We need to create those tables and make sure they are setup properly before we can activate the plugin.', 'wp-ultimo'),
'description' => __('WP Multisite WaaS uses custom tables for performance reasons. We need to create those tables and make sure they are setup properly before we can activate the plugin.', 'wp-ultimo'),
'pending' => __('Pending', 'wp-ultimo'),
'installing' => __('Creating default tables...', 'wp-ultimo'),
'success' => __('Success!', 'wp-ultimo'),
@ -152,7 +152,7 @@ class Core_Installer extends Base_Installer {
/**
* Allow host providers to install the constant differently.
*
* Returning true will prevent WP Ultimo from trying to write to the wp-config file.
* Returning true will prevent WP Multisite WaaS from trying to write to the wp-config file.
*
* @since 2.0.0
* @param bool $short_circuit

View File

@ -24,7 +24,7 @@ class Default_Content_Installer extends Base_Installer {
use \WP_Ultimo\Traits\Singleton;
/**
* Loads dependencies for when WP Ultimo is not yet loaded.
* Loads dependencies for when WP Multisite WaaS is not yet loaded.
*
* @since 2.0.0
* @return void
@ -192,7 +192,7 @@ class Default_Content_Installer extends Base_Installer {
$steps['create_emails'] = array(
'done' => $this->done_creating_emails(),
'title' => __('Create the System Emails', 'wp-ultimo'),
'description' => __('This action will create all emails sent by WP Ultimo.', 'wp-ultimo'),
'description' => __('This action will create all emails sent by WP Multisite WaaS.', 'wp-ultimo'),
'pending' => __('Pending', 'wp-ultimo'),
'installing' => __('Creating System Emails...', 'wp-ultimo'),
'success' => __('Success!', 'wp-ultimo'),

View File

@ -1,6 +1,6 @@
<?php
/**
* WP Ultimo 1.X to 2.X migrator.
* WP Multisite WaaS 1.X to 2.X migrator.
*
* @package WP_Ultimo
* @subpackage Installers
@ -24,7 +24,7 @@ use \WP_Ultimo\Managers\Limitation_Manager;
defined('ABSPATH') || exit;
/**
* WP Ultimo 1.X to 2.X migrator.
* WP Multisite WaaS 1.X to 2.X migrator.
*
* @since 2.0.0
*/
@ -595,7 +595,7 @@ class Migrator extends Base_Installer {
* @since 2.0.7
*
* @param \Throwable|null $e The exception thrown.
* @param \WP_Ultimo\Session $session THe WP Ultimo session object.
* @param \WP_Ultimo\Session $session THe WP Multisite WaaS session object.
* @param boolean $dry_run If we are on a dry run or not.
* @param string $installer The name of the installer.
* @return \WP_Error