Ticket #14936: typo.14936.patch
| File typo.14936.patch, 694 bytes (added by ocean90, 2 years ago) |
|---|
-
wp-includes/script-loader.php
373 373 'l10n_print_after' => 'try{convertEntities(wordCountL10n);}catch(e){};' 374 374 )); 375 375 376 $scripts->add( 'theme -preview', "/wp-admin/js/theme$suffix.js", array( 'thickbox', 'jquery' ), '20100407' );376 $scripts->add( 'theme', "/wp-admin/js/theme$suffix.js", array( 'thickbox', 'jquery' ), '20100407' ); 377 377 $scripts->add_data( 'theme', 'group', 1 ); 378 378 379 379 $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), '20100407' );
