Make WordPress Core


Ignore:
Timestamp:
04/20/2015 03:26:24 AM (10 years ago)
Author:
nacin
Message:

Update wp_die() calls modified in [31658] to use shorthand calling style.

see #31422.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/settings.php

    r32116 r32152  
    1818
    1919if ( ! current_user_can( 'manage_network_options' ) )
    20     wp_die( __( 'You do not have permission to access this page.' ), '', array( 'response' => 403 ) );
     20    wp_die( __( 'You do not have permission to access this page.' ), 403 );
    2121
    2222$title = __( 'Network Settings' );
Note: See TracChangeset for help on using the changeset viewer.