Changeset 36806 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 03/02/2016 08:05:04 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r36780 r36806 225 225 $scripts->add( 'jquery-ui-widget', "/wp-includes/js/jquery/ui/widget$dev_suffix.js", array('jquery'), '1.11.4', 1 ); 226 226 227 // Strings for 'jquery-ui-autocomplete' live region messages 228 did_action( 'init' ) && $scripts->localize( 'jquery-ui-autocomplete', 'uiAutocompleteL10n', array( 229 'noResults' => __( 'No search results.' ), 230 /* translators: Number of results found when using jQuery UI Autocomplete */ 231 'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ), 232 'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ), 233 ) ); 234 227 235 // deprecated, not used in core, most functionality is included in jQuery 1.3 228 236 $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '3.37.0', 1 );
Note: See TracChangeset
for help on using the changeset viewer.