Changeset 17596 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/05/2011 03:58:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r17587 r17596 185 185 $scripts->add_data( 'jquery-table-hotkeys', 'group', 1 ); 186 186 187 $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-201 00407');187 $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-20110405'); 188 188 $scripts->add_data( 'thickbox', 'group', 1 ); 189 189 $scripts->localize( 'thickbox', 'thickboxL10n', array( … … 194 194 'close' => __('Close'), 195 195 'noiframes' => __('This feature requires inline frames. You have iframes disabled or your browser does not support them.'), 196 'loadingAnimation' => includes_url('js/thickbox/loadingAnimation.gif'), 197 'closeImage' => includes_url('js/thickbox/tb-close.png'), 196 198 'l10n_print_after' => 'try{convertEntities(thickboxL10n);}catch(e){};' 197 199 ) );
Note: See TracChangeset
for help on using the changeset viewer.