Changeset 59344 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 11/04/2024 11:57:55 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r59244 r59344 767 767 function twentyten_scripts_styles() { 768 768 // Theme block stylesheet. 769 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '202 30627' );769 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240703' ); 770 770 } 771 771 add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); … … 778 778 function twentyten_block_editor_styles() { 779 779 // Block styles. 780 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '202 30627' );780 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240703' ); 781 781 } 782 782 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.