Changes between Initial Version and Version 3 of Ticket #40649
- Timestamp:
- 05/23/2017 03:38:29 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40649
-
Property
Component
changed from
GeneraltoMenus
-
Property
Component
changed from
-
Ticket #40649 – Description
initial v3 1 In wp-admin/menu-header.php the filter 'parent_file'seems to have little to no impact most of the time.2 This is because the global $parent_file variable often gets immediately overwritten by the get_admin_page_parentfunction call.1 In wp-admin/menu-header.php the filter `parent_file` seems to have little to no impact most of the time. 2 This is because the global `$parent_file` variable often gets immediately overwritten by the `get_admin_page_parent` function call. 3 3 4 4 {{{#!php