Changeset 62344 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 05/10/2026 10:08:35 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r61329 r62344 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)