From b28dd45f3dad19f0e06c546fdc89ed5b24bacd72 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 26 Sep 2015 13:11:25 +0000 Subject: [PATCH] Network Admin: Properly pass the number of delete plugins to the corresponding message. Fixes #33239. Built from https://develop.svn.wordpress.org/trunk@34591 git-svn-id: http://core.svn.wordpress.org/trunk@34555 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/plugins.php | 11 +++++++---- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 57bad92a6d..df3bce7ae3 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -368,11 +368,14 @@ if ( $action ) {

deleted.' ); } else { _e( 'The selected plugins have been deleted.' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 23df1d9cd9..1aea78f83c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34590'; +$wp_version = '4.4-alpha-34591'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.