Changeset 18828 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 09/29/2011 10:59:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r18799 r18828 678 678 679 679 <div id="wp-fullscreen-wrap" style="width:<?php echo $dfw_width; ?>px;"> 680 <?php if ( post_type_supports($post->post_type, 'title') ) { ?> 680 681 <label id="wp-fullscreen-title-prompt-text" for="wp-fullscreen-title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label> 681 682 <input type="text" id="wp-fullscreen-title" value="" autocomplete="off" /> 683 <?php } ?> 682 684 683 685 <div id="wp-fullscreen-container">
Note: See TracChangeset
for help on using the changeset viewer.