Changeset 60159 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 04/14/2025 02:59:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r59344 r60159 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 40703' );769 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20250220' ); 770 770 } 771 771 add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' );
Note: See TracChangeset
for help on using the changeset viewer.