- Timestamp:
- 12/07/2020 08:30:08 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentyseventeen/functions.php
r49584 r49766 455 455 456 456 // Theme stylesheet. 457 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20 190507' );457 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20201208' ); 458 458 459 459 // Theme block stylesheet. … … 516 516 function twentyseventeen_block_editor_styles() { 517 517 // Block styles. 518 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '20 190328' );518 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '20201208' ); 519 519 // Add custom fonts. 520 520 wp_enqueue_style( 'twentyseventeen-fonts', twentyseventeen_fonts_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.