Changeset 59344 for trunk/src/wp-content/themes/twentyeleven/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/twentyeleven/functions.php
r58718 r59344 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(), '20240 621' );307 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240703' ); 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(), '20240 621' );318 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240716' ); 319 319 } 320 320 add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.