Changeset 40433
- Timestamp:
- 04/15/2017 05:29:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-new.php
r38814 r40433 14 14 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); 15 15 16 if ( ! current_user_can( ' manage_sites' ) )16 if ( ! current_user_can( 'create_sites' ) ) { 17 17 wp_die( __( 'Sorry, you are not allowed to add sites to this network.' ) ); 18 } 18 19 19 20 get_current_screen()->add_help_tab( array(
Note: See TracChangeset
for help on using the changeset viewer.