Don't reset if it has been explicitly set. Fixes active parent highliting. fixes #8421
git-svn-id: https://develop.svn.wordpress.org/trunk@9959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
16c3ce94e9
commit
53412253b4
@ -756,7 +756,8 @@ function get_admin_page_parent( $parent = '' ) {
|
||||
}
|
||||
}
|
||||
|
||||
$parent_file = '';
|
||||
if ( empty($parent_file) )
|
||||
$parent_file = '';
|
||||
return '';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user