Update wp_die() calls modified in [31658] to use shorthand calling style.
see #31422. Built from https://develop.svn.wordpress.org/trunk@32152 git-svn-id: http://core.svn.wordpress.org/trunk@32127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -57,7 +57,7 @@ $wp_list_table->prepare_items();
|
||||
|
||||
$details = get_blog_details( $id );
|
||||
if ( !can_edit_network( $details->site_id ) )
|
||||
wp_die( __( 'You do not have permission to access this page.' ), '', array( 'response' => 403 ) );
|
||||
wp_die( __( 'You do not have permission to access this page.' ), 403 );
|
||||
|
||||
$is_main_site = is_main_site( $id );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user