Make WordPress Core


Ignore:
Timestamp:
05/04/2010 10:01:15 AM (15 years ago)
Author:
nacin
Message:

More menu improvements. Add link that adds a menu item to the home page, make empty menu dropzone slightly larger, limit selected items to the active tab. props koopersmith and ptahdunbar. see #13220.

File:
1 edited

Legend:

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

    r14434 r14439  
    396396        $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", false, '20100504' );
    397397        $scripts->localize( 'nav-menu', 'navMenuL10n', array(
     398            'home' => _x('Home', 'nav menu home label'),
     399            'homeurl' => home_url('/'),
    398400            'custom' => _x('Custom', 'menu nav item type'),
    399401            'thickbox' => _x('Edit Menu Item', 'Thickbox Title'),
Note: See TracChangeset for help on using the changeset viewer.