- Timestamp:
- 07/26/2023 10:07:18 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r56188 r56315 453 453 454 454 // Theme stylesheet. 455 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20230 328' );455 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20230808' ); 456 456 457 457 // Theme block stylesheet. … … 515 515 function twentyseventeen_block_editor_styles() { 516 516 // Block styles. 517 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '202 20912' );517 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '20230614' ); 518 518 // Add custom fonts. 519 519 $font_version = ( 0 === strpos( (string) twentyseventeen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.