Changeset 31673 for trunk/src/wp-admin/menu.php
- Timestamp:
- 03/08/2015 02:09:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r31427 r31673 229 229 $submenu['tools.php'][15] = array( __('Export'), 'export', 'export.php' ); 230 230 if ( is_multisite() && !is_main_site() ) 231 $submenu['tools.php'][25] = array( __('Delete Site'), ' manage_options', 'ms-delete-site.php' );231 $submenu['tools.php'][25] = array( __('Delete Site'), 'delete_site', 'ms-delete-site.php' ); 232 232 if ( ! is_multisite() && defined('WP_ALLOW_MULTISITE') && WP_ALLOW_MULTISITE ) 233 233 $submenu['tools.php'][50] = array(__('Network Setup'), 'manage_options', 'network.php');
Note: See TracChangeset
for help on using the changeset viewer.