git-svn-id: https://develop.svn.wordpress.org/trunk@2765 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-08-08 19:35:48 +00:00
parent a9a371b88d
commit 3a665e73fd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if ( current_user_can('edit_users') )
$menu[35] = array(__('Users'), 'read', 'profile.php');
else
$menu[35] = array(__('Profile'), 'read', 'profile.php');
$menu[40] = array(__('Options'), 'read', 'options-personal.php');-
$menu[40] = array(__('Options'), 'read', 'options-personal.php');
if ( get_option('use_fileupload') )
$menu[45] = array(__('Upload'), 'upload_files', 'upload.php');