- Timestamp:
- 04/14/2025 02:59:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r59344 r60159 345 345 346 346 // Loads our main stylesheet. 347 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '202 41112' );347 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20250415' ); 348 348 349 349 // Theme block stylesheet. … … 389 389 function twentythirteen_block_editor_styles() { 390 390 // Block styles. 391 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '2024 0716' );391 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20241202' ); 392 392 // Add custom fonts. 393 393 $font_version = ( 0 === strpos( (string) twentythirteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null; … … 857 857 */ 858 858 function twentythirteen_customize_preview_js() { 859 wp_enqueue_script( 'twentythirteen-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '202 00516', array( 'in_footer' => true ) );859 wp_enqueue_script( 'twentythirteen-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20250217', array( 'in_footer' => true ) ); 860 860 } 861 861 add_action( 'customize_preview_init', 'twentythirteen_customize_preview_js' );
Note: See TracChangeset
for help on using the changeset viewer.