Make WordPress Core


Ignore:
Timestamp:
04/28/2010 08:44:08 PM (15 years ago)
Author:
nacin
Message:

Fix handling of nav menu search, also menu naming conflicts. props filosofo, fixes #13138

File:
1 edited

Legend:

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

    r14283 r14285  
    394394
    395395        // Custom Navigation
    396         $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", false, '20100428' );
     396        $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", false, '20100428b' );
    397397        $scripts->localize( 'nav-menu', 'navMenuL10n', array(
    398398            'custom' => _x('Custom', 'menu nav item type'),
    399399            'thickbox' => _x('Edit Menu Item', 'Thickbox Title'),
    400400            'edit' => _x('Edit', 'menu item edit text'),
     401            'noResultsFound' => _x('No results found.', 'search results'),
    401402            'warnDeleteMenu' => __( "You are about to permanently delete this menu. \n 'Cancel' to stop, 'OK' to delete." ),
    402403            'warnDeleteMenuItem' => __( "You are about to permanently delete this menu item. \n 'Cancel' to stop, 'OK' to delete." ),
Note: See TracChangeset for help on using the changeset viewer.