- Timestamp:
- 07/27/2023 10:18:04 AM (17 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-content/themes/twentyten/functions.php
r55929 r56318 732 732 function twentyten_scripts_styles() { 733 733 // Theme block stylesheet. 734 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20 190704' );734 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20230627' ); 735 735 } 736 736 add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); … … 743 743 function twentyten_block_editor_styles() { 744 744 // Block styles. 745 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '202 21011' );745 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20230627' ); 746 746 } 747 747 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.