Changeset 29206 for trunk/src/wp-admin/admin.php
- Timestamp:
- 07/17/2014 09:13:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r28478 r29206 152 152 if ( ! $page_hook = get_plugin_page_hook($plugin_page, $the_parent) ) { 153 153 $page_hook = get_plugin_page_hook($plugin_page, $plugin_page); 154 // backwards compatibility for plugins using add_management_page 154 155 // Backwards compatibility for plugins using add_management_page(). 155 156 if ( empty( $page_hook ) && 'edit.php' == $pagenow && '' != get_plugin_page_hook($plugin_page, 'tools.php') ) { 156 157 // There could be plugin specific params on the URL, so we need the whole query string
Note: See TracChangeset
for help on using the changeset viewer.