148 | | twentytwenty_generate_css( 'body .editor-styles-wrapper, .editor-post-title__block .editor-post-title__input, .editor-post-title__block .editor-post-title__input:focus', 'color', $body ); |
| 148 | if ( version_compare( $GLOBALS['wp_version'], '6.3', '<' ) ) { |
| 149 | twentytwenty_generate_css( 'body .editor-styles-wrapper, .editor-post-title__block .editor-post-title__input, .editor-post-title__block .editor-post-title__input:focus', 'color', $body ); |
| 150 | } else { |
| 151 | twentytwenty_generate_css( '.editor-styles-wrapper, .editor-post-title__block .editor-post-title__input, .editor-post-title__block .editor-post-title__input:focus', 'color', $body ); |
| 152 | } |