Changeset 58718 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 07/15/2024 01:57:11 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r57495 r58718 305 305 function twentyeleven_scripts_styles() { 306 306 // Theme block stylesheet. 307 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '202 30122' );307 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240621' ); 308 308 } 309 309 add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); … … 316 316 function twentyeleven_block_editor_styles() { 317 317 // Block styles. 318 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '202 20927' );318 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240621' ); 319 319 } 320 320 add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.