Changeset 44382 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 01/02/2019 06:03:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r44313 r44382 293 293 function twentyeleven_scripts_styles() { 294 294 // Theme block stylesheet. 295 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181 018' );295 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181230' ); 296 296 } 297 297 add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); … … 304 304 function twentyeleven_block_editor_styles() { 305 305 // Block styles. 306 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css' );306 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20181230' ); 307 307 } 308 308 add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.