Make WordPress Core


Ignore:
Timestamp:
05/24/2010 09:23:56 AM (14 years ago)
Author:
nacin
Message:

Menu tweaks. Save menu locations when saving the menu. Also, centralize theme support checks and add them to menu.php. Improve some branching. Remove some old JS vars, add a missing semicolon, etc. props koopersmith. see #13378.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r14819 r14831  
    386386
    387387        // Custom Navigation
    388         $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", false, '20100521' );
     388        $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", false, '20100524' );
    389389        $scripts->localize( 'nav-menu', 'navMenuL10n', array(
    390390            'home' => _x('Home', 'nav menu home label'),
Note: See TracChangeset for help on using the changeset viewer.