Introduce a string representing bulk plugin update success, ready for string freeze. Not used yet.

See #31770.

Built from https://develop.svn.wordpress.org/trunk@31991


git-svn-id: http://core.svn.wordpress.org/trunk@31970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-04-03 00:18:27 +00:00
parent 02403eadd1
commit d05236f756
2 changed files with 2 additions and 1 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.');
}
/**

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta3-31990';
$wp_version = '4.2-beta3-31991';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.