We lost the option fade.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-09-05 20:32:11 +00:00
parent fa38002141
commit ee121a076e
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ function ajaxNewCat() {
<?php
require(ABSPATH . '/wp-admin/menu-header.php');
if ( $parent_file == 'options-general.php' ) {
if ( $parent_file == 'options-personal.php' ) {
require(ABSPATH . '/wp-admin/options-head.php');
}
?>