Removing personal options, putting on profile page. Fixes #1557

git-svn-id: http://svn.automattic.com/wordpress/trunk@3112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2005-11-16 23:32:38 +00:00
parent 4eb19bcf5e
commit d0aa219739
13 changed files with 32 additions and 70 deletions

View File

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