Changeset 12733 for trunk/wp-admin/menu-header.php
- Timestamp:
- 01/15/2010 10:11:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/menu-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu-header.php
r12712 r12733 19 19 20 20 global $menu, $submenu, $parent_file; //For when admin-header is included from within a function. 21 $parent_file = apply_filters("parent_file", $parent_file); // For plugins to move submenu tabs around. 21 $parent_file = apply_filters("parent_file", $parent_file); // For plugins to move submenu tabs around. 22 22 23 23 get_admin_page_parent();
Note: See TracChangeset
for help on using the changeset viewer.