- Timestamp:
- 03/28/2024 08:27:28 AM (6 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-content/themes/twentysixteen/functions.php
r57601 r57890 392 392 393 393 // Theme stylesheet. 394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '202 31107' );394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20240402' ); 395 395 396 396 // Theme block stylesheet. 397 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '202 31016' );397 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240117' ); 398 398 399 399 // Load the Internet Explorer specific stylesheet. … … 453 453 function twentysixteen_block_editor_styles() { 454 454 // Block styles. 455 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 30628' );455 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240209' ); 456 456 // Add custom fonts. 457 457 $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.