- Timestamp:
- 01/07/2019 06:39:03 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-content/themes/twentyeleven/functions.php
r44213 r44434 283 283 function twentyeleven_scripts_styles() { 284 284 // Theme block stylesheet. 285 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181 018' );285 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181230' ); 286 286 } 287 287 add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); … … 294 294 function twentyeleven_block_editor_styles() { 295 295 // Block styles. 296 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css' );296 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20181230' ); 297 297 } 298 298 add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.