Changeset 26273
- Timestamp:
- 11/19/2013 07:34:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r26138 r26273 410 410 if ( $user_can ) { ?> 411 411 <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden"> 412 <textarea class="comment" rows="1" cols="1"> 413 <?php 412 <textarea class="comment" rows="1" cols="1"><?php 414 413 /** This filter is documented in wp-admin/includes/comment.php */ 415 414 echo esc_textarea( apply_filters( 'comment_edit_pre', $comment->comment_content ) ); 416 ?> 417 </textarea> 415 ?></textarea> 418 416 <div class="author-email"><?php echo esc_attr( $comment->comment_author_email ); ?></div> 419 417 <div class="author"><?php echo esc_attr( $comment->comment_author ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.