diff --git a/class-wp-editor.php b/class-wp-editor.php
index dda9f0b..c445d6c 100644
a
|
b
|
final class _WP_Editors { |
749 | 749 | <div id="wp-fullscreen-wrap" style="width:<?php echo $dfw_width; ?>px;"> |
750 | 750 | <?php if ( post_type_supports($post->post_type, 'title') ) { ?> |
751 | 751 | <label id="wp-fullscreen-title-prompt-text" for="wp-fullscreen-title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label> |
752 | | <input type="text" id="wp-fullscreen-title" value="" autocomplete="off" /> |
| 752 | <input type="text" id="wp-fullscreen-title" value="" autocomplete="off" style="<?php echo apply_filters( 'dfw_title_css', '' ); ?>" /> |
753 | 753 | <?php } ?> |
754 | 754 | |
755 | 755 | <div id="wp-fullscreen-container"> |