Changeset 11566 for branches/2.8/wp-admin/includes/plugin.php
- Timestamp:
- 06/15/2009 12:23:13 AM (16 years ago)
- File:
-
- 1 edited
-
branches/2.8/wp-admin/includes/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/includes/plugin.php
r11450 r11566 945 945 } 946 946 947 if ( isset( $plugin_page ) && ( $plugin_page == $parent ) && isset( $_wp_menu_nopriv[$plugin_page] ) ) 948 return false; 949 947 950 if ( isset( $submenu[$parent] ) ) { 948 951 foreach ( $submenu[$parent] as $submenu_array ) {
Note: See TracChangeset
for help on using the changeset viewer.