Plugins page: re-word "No out of date plugins were selected." to "All selected plugins are up to date." since it's not really an error condition.

Props swissspidy.
Fixes #26494.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-09-10 01:11:24 +00:00
parent bbbbf11961
commit 2736486f5a
2 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@ if ( !empty($invalid) )
<?php elseif (isset($_GET['deactivate-multi'])) : ?>
<div id="message" class="updated notice is-dismissible"><p><?php _e('Selected plugins <strong>deactivated</strong>.'); ?></p></div>
<?php elseif ( 'update-selected' == $action ) : ?>
<div id="message" class="updated notice is-dismissible"><p><?php _e('No out of date plugins were selected.'); ?></p></div>
<div id="message" class="updated notice is-dismissible"><p><?php _e('All selected plugins are up to date.'); ?></p></div>
<?php endif; ?>
<div class="wrap">

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33982';
$wp_version = '4.4-alpha-33983';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.