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

git-svn-id: https://develop.svn.wordpress.org/trunk@3112 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-11-16 23:32:38 +00:00
parent ee98b26ac0
commit b27225b0ca
13 changed files with 32 additions and 70 deletions
+1 -1
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');
}
?>