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:
ryan 2008-11-29 01:56:09 +00:00
parent d3eefc6419
commit 010f0ceba1
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 '';
}