Make WordPress Core


Ignore:
Timestamp:
11/07/2014 05:19:55 PM (11 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: improve naming and documentation of customizer js files to match core filenaming conventions.

Props celloexpressions, fixes #30160.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php

    r30233 r30271  
    656656 */
    657657function twentyfifteen_customize_preview_js() {
    658     wp_enqueue_script( 'twentyfifteen-customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20141005', true );
     658    wp_enqueue_script( 'twentyfifteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20141029', true );
    659659}
    660660add_action( 'customize_preview_init', 'twentyfifteen_customize_preview_js' );
Note: See TracChangeset for help on using the changeset viewer.