Changeset 54492 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 10/11/2022 05:03:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r53418 r54492 384 384 385 385 // Theme stylesheet. 386 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '202 01208' );386 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20221101' ); 387 387 388 388 // Theme block stylesheet. 389 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '2022 0524' );389 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20221004' ); 390 390 391 391 // Load the Internet Explorer specific stylesheet. … … 415 415 } 416 416 417 wp_enqueue_script( 'twentysixteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20 181217', true );417 wp_enqueue_script( 'twentysixteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20211130', true ); 418 418 419 419 wp_localize_script( … … 435 435 function twentysixteen_block_editor_styles() { 436 436 // Block styles. 437 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 01208' );437 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20221004' ); 438 438 // Add custom fonts. 439 439 wp_enqueue_style( 'twentysixteen-fonts', twentysixteen_fonts_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.