Rename in more places
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* WP Ultimo Rollback
|
||||
* WP Multisite WaaS Rollback
|
||||
*
|
||||
* Allows users to rollback WP Ultimo to the previous stable version.
|
||||
* Allows users to rollback WP Multisite WaaS to the previous stable version.
|
||||
*
|
||||
* @package WP_Ultimo
|
||||
* @subpackage Rollback
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* WP Ultimo Rollback Plugin Upgrader
|
||||
* WP Multisite WaaS Rollback Plugin Upgrader
|
||||
*
|
||||
* Class that extends the WP Core Plugin_Upgrader found in core to do rollbacks.
|
||||
* Modified to fit WP Ultimo needs.
|
||||
* Modified to fit WP Multisite WaaS needs.
|
||||
*
|
||||
* @package WP_Ultimo
|
||||
* @subpackage Rollback
|
||||
@ -16,7 +16,7 @@ namespace WP_Ultimo\Rollback;
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* WP Ultimo Rollback Plugin Upgrader
|
||||
* WP Multisite WaaS Rollback Plugin Upgrader
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* WP Ultimo Rollback
|
||||
* WP Multisite WaaS Rollback
|
||||
*
|
||||
* Allows users to rollback WP Ultimo to the previous stable version.
|
||||
* Allows users to rollback WP Multisite WaaS to the previous stable version.
|
||||
*
|
||||
* @package WP_Ultimo
|
||||
* @subpackage Rollback
|
||||
@ -19,7 +19,7 @@ use \WP_Ultimo\Rollback\Rollback_Plugin_Upgrader;
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* WP Ultimo Rollback.
|
||||
* WP Multisite WaaS Rollback.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@ -134,7 +134,7 @@ class Rollback {
|
||||
} // end handle_rollback_process;
|
||||
|
||||
/**
|
||||
* Adds the rollback link to the WP Ultimo plugin omn the Plugin list table.
|
||||
* Adds the rollback link to the WP Multisite WaaS plugin omn the Plugin list table.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
@ -227,7 +227,7 @@ class Rollback {
|
||||
} catch (\Throwable $e) {
|
||||
|
||||
// translators: %s is the error message captured.
|
||||
$error = new \WP_Error('maybe-error', sprintf(__('Something might have gone wrong doing the rollback. Check to see if the WP Ultimo version was downgraded or not on the plugins page. Error captured: %s.', 'wp-ultimo'), $e->getMessage()));
|
||||
$error = new \WP_Error('maybe-error', sprintf(__('Something might have gone wrong doing the rollback. Check to see if the WP Multisite WaaS version was downgraded or not on the plugins page. Error captured: %s.', 'wp-ultimo'), $e->getMessage()));
|
||||
|
||||
Logger::add('rollback-errors', $e->getMessage());
|
||||
|
||||
|
Reference in New Issue
Block a user