Changeset 47220
- Timestamp:
- 02/09/2020 05:06:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r47218 r47220 182 182 183 183 // Back-compat for plugins using add_management_page(). 184 if ( empty( $page_hook ) && 'edit.php' === $pagenow && '' !==get_plugin_page_hook( $plugin_page, 'tools.php' ) ) {184 if ( empty( $page_hook ) && 'edit.php' === $pagenow && get_plugin_page_hook( $plugin_page, 'tools.php' ) ) { 185 185 // There could be plugin specific params on the URL, so we need the whole query string. 186 186 if ( ! empty( $_SERVER['QUERY_STRING'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.