Changeset 31090 for trunk/src/wp-admin/menu-header.php
- Timestamp:
- 01/08/2015 07:04:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu-header.php
r30393 r31090 175 175 // If plugin_page is set the parent must either match the current page or not physically exist. 176 176 // This allows plugin pages with the same hook to exist under different parents. 177 } else 177 } elseif ( 178 178 ( ! isset( $plugin_page ) && $self == $sub_item[2] ) || 179 179 ( isset( $plugin_page ) && $plugin_page == $sub_item[2] && ( $item[2] == $self_type || $item[2] == $self || file_exists($menu_file) === false ) )
Note: See TracChangeset
for help on using the changeset viewer.