Changeset 57886 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 03/27/2024 07:04:10 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r57800 r57886 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.