Make WordPress Core


Ignore:
Timestamp:
06/09/2014 06:38:29 PM (11 years ago)
Author:
wonderboymusic
Message:

Live update the menu item title when the user is editing the "Navigation Label" field.

Props celloexpressions.
See #23076.

File:
1 edited

Legend:

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

    r28479 r28707  
    531531            'noResultsFound' => _x('No results found.', 'search results'),
    532532            'warnDeleteMenu' => __( "You are about to permanently delete this menu. \n 'Cancel' to stop, 'OK' to delete." ),
    533             'saveAlert' => __('The changes you made will be lost if you navigate away from this page.')
     533            'saveAlert' => __('The changes you made will be lost if you navigate away from this page.'),
     534            'untitled' => _x('(no label)', 'missing menu item navigation label')
    534535        ) );
    535536
Note: See TracChangeset for help on using the changeset viewer.