- Timestamp:
- 04/14/2025 03:25:34 PM (11 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentysixteen/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-content/themes/twentysixteen/functions.php
r59344 r60162 392 392 393 393 // Theme stylesheet. 394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '202 41112' );394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250415' ); 395 395 396 396 // Theme block 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(), '2024 0817' );455 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20241202' ); 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.