Make WordPress Core


Ignore:
Timestamp:
11/18/2010 05:24:13 AM (16 years ago)
Author:
nacin
Message:

Move the network version of Tools > Network to the network admin. props wpdavis, fixes #15461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r16374 r16453  
    199199        if ( is_multisite() && !is_main_site() )
    200200                $submenu['tools.php'][25] = array( __('Delete Site'), 'manage_options', 'ms-delete-site.php' );
    201         if ( ( ! is_multisite() || defined( 'MULTISITE' ) ) && defined('WP_ALLOW_MULTISITE') && WP_ALLOW_MULTISITE && is_super_admin() )
     201        if ( ! is_multisite() && defined('WP_ALLOW_MULTISITE') && WP_ALLOW_MULTISITE && is_super_admin() )
    202202                $submenu['tools.php'][50] = array(__('Network'), 'manage_options', 'network.php');
    203203
Note: See TracChangeset for help on using the changeset viewer.