Changeset 56315 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 07/26/2023 10:07:18 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r55929 r56315 392 392 393 393 // Theme stylesheet. 394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20230 328' );394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20230808' ); 395 395 396 396 // Theme block stylesheet. 397 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20230 206' );397 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20230628' ); 398 398 399 399 // Load the Internet Explorer specific stylesheet. … … 424 424 } 425 425 426 wp_enqueue_script( 'twentysixteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '202 11130', true );426 wp_enqueue_script( 'twentysixteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20230629', true ); 427 427 428 428 wp_localize_script( … … 444 444 function twentysixteen_block_editor_styles() { 445 445 // Block styles. 446 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 21004' );446 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230628' ); 447 447 // Add custom fonts. 448 448 $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.