From 12de05107e4c8b006bde6ee8916f34eb476d08da Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 13 Jun 2008 17:21:00 +0000 Subject: WP Merge with revision 8075 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/menu-header.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wp-admin/menu-header.php') diff --git a/wp-admin/menu-header.php b/wp-admin/menu-header.php index 4c0ca13..8179fef 100644 --- a/wp-admin/menu-header.php +++ b/wp-admin/menu-header.php @@ -3,6 +3,8 @@ $self = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']); $self = preg_replace('|^.*/plugins/|i', '', $self); $self = preg_replace('|^.*/mu-plugins/|i', '', $self); +global $menu, $submenu, $parent_file; //For when admin-header is included from within a function. + get_admin_page_parent(); // We're going to do this loop three times -- cgit