Make WordPress Core

Ticket #1559: menu.php.patch

File menu.php.patch, 460 bytes (added by gslin, 21 years ago)

menu.php patch

  • menu.php

    old new  
    1414        $menu[35] = array(__('Users'), 'read', 'profile.php');
    1515else
    1616        $menu[35] = array(__('Profile'), 'read', 'profile.php');
    17 $menu[40] = array(__('Options'), 'read', 'options-personal.php');-
     17$menu[40] = array(__('Options'), 'read', 'options-personal.php');
    1818
    1919if ( get_option('use_fileupload') )
    2020        $menu[45] = array(__('Upload'), 'upload_files', 'upload.php');