From 2736486f5af87094d83618ebd15609d0844f3c0f Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 10 Sep 2015 01:11:24 +0000 Subject: [PATCH] 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 --- wp-admin/plugins.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 71293473b8..a7f19e182e 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -442,7 +442,7 @@ if ( !empty($invalid) )

deactivated.'); ?>

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ab23a2ad6..568a769693 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.