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:
John Blackbourn 2015-04-03 00:17:20 +00:00
parent 248c73b1cf
commit a0bd96bafb
1 changed files with 1 additions and 0 deletions

View File

@ -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.');
}
/**