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:
parent
02403eadd1
commit
d05236f756
|
@ -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.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue