Changeset 47618
- Timestamp:
- 04/24/2020 02:57:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r47607 r47618 392 392 function twentytwenty_block_editor_styles() { 393 393 394 $css_dependencies = array();395 396 394 // Enqueue the editor styles. 397 wp_enqueue_style( 'twentytwenty-block-editor-styles', get_theme_file_uri( '/assets/css/editor-style-block.css' ), $css_dependencies, wp_get_theme()->get( 'Version' ), 'all' );395 wp_enqueue_style( 'twentytwenty-block-editor-styles', get_theme_file_uri( '/assets/css/editor-style-block.css' ), array(), wp_get_theme()->get( 'Version' ), 'all' ); 398 396 wp_style_add_data( 'twentytwenty-block-editor-styles', 'rtl', 'replace' ); 399 397
Note: See TracChangeset
for help on using the changeset viewer.