- Timestamp:
- 05/19/2026 05:11:20 AM (4 months ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentysixteen/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-content/themes/twentysixteen/functions.php
r61329 r62374 406 406 407 407 // Theme stylesheet. 408 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '202 51202' );408 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20260520' ); 409 409 410 410 // Theme block stylesheet. 411 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '202 40817' );411 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20260105' ); 412 412 413 413 // Register handles for removed stylesheets and scripts. … … 455 455 function twentysixteen_block_editor_styles() { 456 456 // Block styles. 457 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 50715' );457 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20260105' ); 458 458 // Add custom fonts. 459 459 $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)