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:
Ryan Boren 2008-11-29 01:56:09 +00:00
parent 16c3ce94e9
commit 53412253b4
1 changed files with 2 additions and 1 deletions

View File

@ -756,7 +756,8 @@ function get_admin_page_parent( $parent = '' ) {
}
}
$parent_file = '';
if ( empty($parent_file) )
$parent_file = '';
return '';
}