Changeset 21412
- Timestamp:
- 08/02/2012 10:17:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/inc/theme-options.php
r21411 r21412 242 242 */ 243 243 public function customize_preview_js() { 244 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20120 725', true );244 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20120802', true ); 245 245 wp_localize_script( 'twentytwelve-customizer', 'twentytwelve_customizer', array( 246 246 'option_key' => $this->option_key,
Note: See TracChangeset
for help on using the changeset viewer.