Make WordPress Core


Ignore:
Timestamp:
04/03/2010 10:23:17 AM (15 years ago)
Author:
nacin
Message:

Add 'enter title here' text to title box. see #12591

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r13946 r13964  
    193193<div id="titlediv">
    194194<div id="titlewrap">
    195     <label class="screen-reader-text" for="title"><?php _e('Title') ?></label>
     195    <label class="hide-if-no-js" id="title-prompt-text" for="title"><?php _e('Enter title here') ?></label>
    196196    <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" />
    197197</div>
Note: See TracChangeset for help on using the changeset viewer.