Introduce a string representing bulk plugin update success, ready for string freeze. Not used yet.
See #31770. git-svn-id: https://develop.svn.wordpress.org/trunk@31991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
248c73b1cf
commit
a0bd96bafb
|
@ -685,6 +685,7 @@ class Plugin_Upgrader extends WP_Upgrader {
|
|||
$this->strings['remove_old_failed'] = __('Could not remove the old plugin.');
|
||||
$this->strings['process_failed'] = __('Plugin update failed.');
|
||||
$this->strings['process_success'] = __('Plugin updated successfully.');
|
||||
$this->strings['process_bulk_success'] = __('Plugins updated successfully.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue