Don't reset if it has been explicitly set. Fixes active parent highliting. fixes #8421
git-svn-id: http://svn.automattic.com/wordpress/trunk@9959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d3eefc6419
commit
010f0ceba1
|
@ -756,7 +756,8 @@ function get_admin_page_parent( $parent = '' ) {
|
|||
}
|
||||
}
|
||||
|
||||
$parent_file = '';
|
||||
if ( empty($parent_file) )
|
||||
$parent_file = '';
|
||||
return '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue