Ticket #29751: merge_result_strings.patch
| File merge_result_strings.patch, 1.3 KB (added by , 12 years ago) |
|---|
-
src/wp-includes/script-loader.php
358 358 'update' => __('Update'), 359 359 'save' => __('Add Link'), 360 360 'noTitle' => __('(no title)'), 361 'noMatchesFound' => _ _('No matches found.')361 'noMatchesFound' => _x( 'No results found.', 'search results' ) 362 362 ) ); 363 363 364 364 $scripts->add( 'wpdialogs', "/wp-includes/js/wpdialog$suffix.js", array( 'jquery-ui-dialog' ), false, 1 ); … … 534 534 // Navigation Menus 535 535 $scripts->add( 'nav-menu', "/wp-admin/js/nav-menu$suffix.js", array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable', 'wp-lists', 'postbox' ) ); 536 536 did_action( 'init' ) && $scripts->localize( 'nav-menu', 'navMenuL10n', array( 537 'noResultsFound' => _x( 'No results found.', 'search results'),537 'noResultsFound' => _x( 'No results found.', 'search results' ), 538 538 'warnDeleteMenu' => __( "You are about to permanently delete this menu. \n 'Cancel' to stop, 'OK' to delete." ), 539 539 'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ), 540 540 'untitled' => _x( '(no label)', 'missing menu item navigation label' )
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)