Changeset 44896 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 03/14/2019 05:38:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r44814 r44896 520 520 521 521 <div class="input-text-wrap" id="title-wrap"> 522 <label class="screen-reader-text prompt" for="title" id="title-prompt-text"> 523 522 <label for="title"> 524 523 <?php 525 524 /** This filter is documented in wp-admin/edit-form-advanced.php */ … … 531 530 532 531 <div class="textarea-wrap" id="description-wrap"> 533 <label class="screen-reader-text prompt" for="content" id="content-prompt-text"><?php _e( 'What’s on your mind?' ); ?></label>534 <textarea name="content" id="content" class="mceEditor" rows="3" cols="15" autocomplete="off"></textarea>532 <label for="content"><?php _e( 'Content' ); ?></label> 533 <textarea name="content" id="content" placeholder="<?php esc_attr_e( 'What’s on your mind?' ); ?>" class="mceEditor" rows="3" cols="15" autocomplete="off"></textarea> 535 534 </div> 536 535
Note: See TracChangeset
for help on using the changeset viewer.