Make WordPress Core


Ignore:
Timestamp:
05/27/2010 02:24:33 AM (15 years ago)
Author:
nacin
Message:

Move the "Add Home Link" functionality to a checkbox on the View All tab of the Pages metabox. Also makes it work non-JS. props filosofo, fixes #13213.

File:
1 edited

Legend:

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

    r14940 r14971  
    386386
    387387        // Custom Navigation
    388         $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", false, '20100525' );
     388        $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", false, '20100526' );
    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.