Changeset 54492 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 10/11/2022 05:03:08 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r54344 r54492 725 725 function twentyten_scripts_styles() { 726 726 // Theme block stylesheet. 727 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '201 81218' );727 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20190704' ); 728 728 } 729 729 add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); … … 736 736 function twentyten_block_editor_styles() { 737 737 // Block styles. 738 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '202 01208' );738 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20221011' ); 739 739 } 740 740 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.