Changeset 16431 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 11/17/2010 05:12:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r16240 r16431 519 519 <h4 id="content-label"><label for="content"><?php _e('Content') ?></label></h4> 520 520 <div class="textarea-wrap"> 521 <textarea name="content" id="content" class="mceEditor" rows="3" cols="15" tabindex="2"><?php echo $post->post_content; ?></textarea>521 <textarea name="content" id="content" class="mceEditor" rows="3" cols="15" tabindex="2"><?php echo esc_textarea( $post->post_content ); ?></textarea> 522 522 </div> 523 523
Note: See TracChangeset
for help on using the changeset viewer.