Changeset 13981 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/04/2010 12:48:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r13976 r13981 337 337 )); 338 338 339 $scripts->add( 'wp-gears', "/wp-admin/js/wp-gears$suffix.js", false, '20090717' );340 $scripts->localize( 'wp-gears', 'wpGearsL10n', array(341 'updateCompleted' => __('Update completed.'),342 'error' => __('Error:'),343 'l10n_print_after' => 'try{convertEntities(wpGearsL10n);}catch(e){};'344 ));345 346 339 $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), '20090319' ); 347 340 $scripts->add_data( 'theme-preview', 'group', 1 );
Note: See TracChangeset
for help on using the changeset viewer.