Changeset 13953 for trunk/wp-admin/ms-options.php
- Timestamp:
- 04/03/2010 12:10:44 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r13918 r13953 2 2 require_once( './admin.php' ); 3 3 4 if ( ! is_multisite() )4 if ( ! is_multisite() ) 5 5 wp_die( __( 'Multisite support is not enabled.' ) ); 6 7 if ( ! current_user_can( 'manage_network_options' ) ) 8 wp_die( __( 'You do not have permission to access this page.' ) ); 6 9 7 10 $title = __( 'Network Options' ); … … 9 12 10 13 include( './admin-header.php' ); 11 12 if ( ! current_user_can( 'manage_network_options' ) )13 wp_die( __( 'You do not have permission to access this page.' ) );14 14 15 15 if (isset($_GET['updated'])) {
Note: See TracChangeset
for help on using the changeset viewer.