- Timestamp:
- 11/17/2010 05:12:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r16375 r16431 351 351 if ( $user_can ) { ?> 352 352 <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden"> 353 <textarea class="comment" rows="1" cols="1"><?php echo esc_ html( apply_filters( 'comment_edit_pre', $comment->comment_content ) ); ?></textarea>353 <textarea class="comment" rows="1" cols="1"><?php echo esc_textarea( apply_filters( 'comment_edit_pre', $comment->comment_content ) ); ?></textarea> 354 354 <div class="author-email"><?php echo esc_attr( $comment->comment_author_email ); ?></div> 355 355 <div class="author"><?php echo esc_attr( $comment->comment_author ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.