Changeset 40390 for trunk/src/wp-admin/menu.php
- Timestamp:
- 04/07/2017 12:52:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r40313 r40390 245 245 $submenu['tools.php'][25] = array( __('Delete Site'), 'delete_site', 'ms-delete-site.php' ); 246 246 if ( ! is_multisite() && defined('WP_ALLOW_MULTISITE') && WP_ALLOW_MULTISITE ) 247 $submenu['tools.php'][50] = array(__('Network Setup'), ' manage_options', 'network.php');247 $submenu['tools.php'][50] = array(__('Network Setup'), 'setup_network', 'network.php'); 248 248 249 249 $menu[80] = array( __('Settings'), 'manage_options', 'options-general.php', '', 'menu-top menu-icon-settings', 'menu-settings', 'dashicons-admin-settings' );
Note: See TracChangeset
for help on using the changeset viewer.