Changeset 45767 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 08/08/2019 01:24:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r45675 r45767 712 712 function twentyten_scripts_styles() { 713 713 // Theme block stylesheet. 714 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181 018' );714 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181218' ); 715 715 } 716 716 add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); … … 723 723 function twentyten_block_editor_styles() { 724 724 // Block styles. 725 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css' );725 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20181218' ); 726 726 } 727 727 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.