Changeset 12712 for trunk/wp-admin/menu-header.php
- Timestamp:
- 01/12/2010 09:11:52 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin
-
Property
svn:ignore
set to
.categories.php.swp
-
Property
svn:ignore
set to
-
trunk/wp-admin/menu-header.php
r12597 r12712 16 16 $self = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']); 17 17 $self = preg_replace('|^.*/plugins/|i', '', $self); 18 $self = preg_replace('|^.*/mu-plugins/|i', '', $self); 18 19 19 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. 20 22 21 23 get_admin_page_parent();
Note: See TracChangeset
for help on using the changeset viewer.