Make WordPress Core


Ignore:
Timestamp:
12/16/2010 07:41:38 AM (14 years ago)
Author:
nacin
Message:

Minor cleanups.

File:
1 edited

Legend:

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

    r16985 r16986  
    1414    wp_die( __( 'Multisite support is not enabled.' ) );
    1515
    16 if ( ! current_user_can('manage_sites') )
    17     wp_die(__('You do not have sufficient permissions to edit this site.'));
     16if ( ! current_user_can( 'manage_sites' ) )
     17    wp_die( __( 'You do not have sufficient permissions to edit this site.' ) );
    1818
    1919add_contextual_help($current_screen,
Note: See TracChangeset for help on using the changeset viewer.