Changeset 39278 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 11/17/2016 03:52:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r39272 r39278 232 232 // Strings for 'jquery-ui-autocomplete' live region messages 233 233 did_action( 'init' ) && $scripts->localize( 'jquery-ui-autocomplete', 'uiAutocompleteL10n', array( 234 'noResults' => __( 'No search results.' ),234 'noResults' => __( 'No results found.' ), 235 235 /* translators: Number of results found when using jQuery UI Autocomplete */ 236 236 'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ),
Note: See TracChangeset
for help on using the changeset viewer.