Rename in more places
This commit is contained in:
@ -542,7 +542,7 @@ abstract class Base_Host_Provider {
|
||||
/**
|
||||
* Generates a define string for manual insertion on-to wp-config.php.
|
||||
*
|
||||
* This is useful when the user is not willing to let WP Ultimo inject the code,
|
||||
* This is useful when the user is not willing to let WP Multisite WaaS inject the code,
|
||||
* Or when the wp-config.php is not writable.
|
||||
*
|
||||
* @since 2.0.0
|
||||
@ -555,7 +555,7 @@ abstract class Base_Host_Provider {
|
||||
* Initializes the array with an opening comment.
|
||||
*/
|
||||
$content = array(
|
||||
sprintf('// WP Ultimo - Domain Mapping - %s', $this->get_title()),
|
||||
sprintf('// WP Multisite WaaS - Domain Mapping - %s', $this->get_title()),
|
||||
);
|
||||
|
||||
/*
|
||||
@ -577,7 +577,7 @@ abstract class Base_Host_Provider {
|
||||
/*
|
||||
* Adds the final line.
|
||||
*/
|
||||
$content[] = sprintf('// WP Ultimo - Domain Mapping - %s - End', $this->get_title());
|
||||
$content[] = sprintf('// WP Multisite WaaS - Domain Mapping - %s - End', $this->get_title());
|
||||
|
||||
return implode(PHP_EOL, $content);
|
||||
|
||||
|
@ -172,7 +172,7 @@ class Cloudways_Host_Provider extends Base_Host_Provider {
|
||||
),
|
||||
'WU_CLOUDWAYS_EXTRA_DOMAINS' => array(
|
||||
'title' => __('Cloudways Extra Domains', 'wp-ultimo'),
|
||||
'tooltip' => __('The Cloudways API is a bit strange in that it doesn’t offer a way to add or remove just one domain, only a way to update the whole domain list. That means that WP Ultimo will replace all domains you might have there with the list of mapped domains of the network every time a new domain is added.', 'wp-ultimo'),
|
||||
'tooltip' => __('The Cloudways API is a bit strange in that it doesn’t offer a way to add or remove just one domain, only a way to update the whole domain list. That means that WP Multisite WaaS will replace all domains you might have there with the list of mapped domains of the network every time a new domain is added.', 'wp-ultimo'),
|
||||
'desc' => __('Comma-separated list of additional domains to add to Cloudways.', 'wp-ultimo'),
|
||||
'placeholder' => __('e.g. *.test.com, test.com', 'wp-ultimo'),
|
||||
),
|
||||
|
Reference in New Issue
Block a user