Changeset 54492 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 10/11/2022 05:03:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r52929 r54492 208 208 209 209 // Loads our main stylesheet. 210 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20 190507' );210 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20221101' ); 211 211 212 212 // Theme block stylesheet. … … 226 226 function twentytwelve_block_editor_styles() { 227 227 // Block styles. 228 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20 190406' );228 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20200713' ); 229 229 // Add custom fonts. 230 230 wp_enqueue_style( 'twentytwelve-fonts', twentytwelve_get_font_url(), array(), null ); … … 699 699 */ 700 700 function twentytwelve_customize_preview_js() { 701 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20 141120', true );701 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20200516', true ); 702 702 } 703 703 add_action( 'customize_preview_init', 'twentytwelve_customize_preview_js' );
Note: See TracChangeset
for help on using the changeset viewer.