Changeset 49763 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 12/07/2020 03:53:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r49183 r49763 736 736 function twentyten_block_editor_styles() { 737 737 // Block styles. 738 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20 181218' );738 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20201208' ); 739 739 } 740 740 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
Note: See TracChangeset
for help on using the changeset viewer.