Changeset 38657 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 09/27/2016 03:38:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r38322 r38657 13 13 /** WordPress Translation Install API */ 14 14 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); 15 16 if ( ! is_multisite() )17 wp_die( __( 'Multisite support is not enabled.' ) );18 15 19 16 if ( ! current_user_can( 'manage_network_options' ) )
Note: See TracChangeset
for help on using the changeset viewer.