From 867f582b16963074c109145055f3f43075fddd47 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 13 Jul 2015 17:23:55 +0000 Subject: [PATCH] Handle MS Sites bulk action verification separately from individual actions. After [33173], bulk actions would not process due to broken verification of the `bulk-sites` action. This reintroduces the proper action and treats bulk actions differently than individual site actions. See #32963. git-svn-id: https://develop.svn.wordpress.org/trunk@33194 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/sites.php | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/wp-admin/network/sites.php b/src/wp-admin/network/sites.php index fcbc2615ed..733383acad 100644 --- a/src/wp-admin/network/sites.php +++ b/src/wp-admin/network/sites.php @@ -63,7 +63,6 @@ if ( isset( $_GET['action'] ) ) { 'deleteblog' => __( 'You are about to delete the site %s.' ), 'unmatureblog' => __( 'You are about to mark the site %s as mature.' ), 'matureblog' => __( 'You are about to mark the site %s as not mature.' ), - 'allblogs' => '', ); if ( 'confirm' === $_GET['action'] ) { @@ -109,19 +108,15 @@ if ( isset( $_GET['action'] ) ) {