From 411f0f126ed2c887ba510fc551f012c82b06c026 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 26 Sep 2015 13:10:05 +0000 Subject: [PATCH] Network Admin: Properly pass the number of delete plugins to the corresponding message. Fixes #33239. git-svn-id: https://develop.svn.wordpress.org/trunk@34591 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/plugins.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/plugins.php b/src/wp-admin/plugins.php index 57bad92a6d..df3bce7ae3 100644 --- a/src/wp-admin/plugins.php +++ b/src/wp-admin/plugins.php @@ -368,11 +368,14 @@ if ( $action ) {

deleted.' ); } else { _e( 'The selected plugins have been deleted.' );