Changeset 54492 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 10/11/2022 05:03:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r52929 r54492 298 298 function twentyeleven_scripts_styles() { 299 299 // Theme block stylesheet. 300 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20 190102' );300 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20220927' ); 301 301 } 302 302 add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); … … 309 309 function twentyeleven_block_editor_styles() { 310 310 // Block styles. 311 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '202 01208' );311 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20220927' ); 312 312 } 313 313 add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.