diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index fcbc2615ed..733383acad 100644 --- a/wp-admin/network/sites.php +++ b/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'] ) ) {