Make WordPress Core


Ignore:
Timestamp:
05/03/2007 12:43:57 AM (18 years ago)
Author:
rob1n
Message:

Don't show Widgets admin page if core widgets aren't enabled. fixes #4218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r5297 r5376  
    6868
    6969$submenu['themes.php'][5] = array(__('Themes'), 'switch_themes', 'themes.php');
    70 $submenu['themes.php'][7] = array( __( 'Widgets' ), 'edit_themes', 'widgets.php' );
    7170$submenu['themes.php'][10] = array(__('Theme Editor'), 'edit_themes', 'theme-editor.php');
    7271
Note: See TracChangeset for help on using the changeset viewer.