Changeset 13638 for trunk/wp-admin/menu.php
- Timestamp:
- 03/09/2010 10:42:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r13634 r13638 182 182 if ( is_multisite() && ($current_blog->domain . $current_blog->path != $current_site->domain . $current_site->path) ) 183 183 $submenu['tools.php'][25] = array( __('Delete Blog'), 'manage_options', 'ms-delete-site.php' ); 184 if ( !is_multisite() &&is_super_admin() && defined('WP_ALLOW_MULTISITE') && WP_ALLOW_MULTISITE )184 if ( is_super_admin() && defined('WP_ALLOW_MULTISITE') && WP_ALLOW_MULTISITE ) 185 185 $submenu['tools.php'][50] = array(__('Network'), 'manage_options', 'network.php'); 186 186
Note: See TracChangeset
for help on using the changeset viewer.