Changeset 38657 for trunk/src/wp-admin/network/users.php
- Timestamp:
- 09/27/2016 03:38:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/users.php
r38647 r38657 10 10 /** Load WordPress Administration Bootstrap */ 11 11 require_once( dirname( __FILE__ ) . '/admin.php' ); 12 13 if ( ! is_multisite() )14 wp_die( __( 'Multisite support is not enabled.' ) );15 12 16 13 if ( ! current_user_can( 'manage_network_users' ) )
Note: See TracChangeset
for help on using the changeset viewer.