Changeset 11975 for trunk/wp-admin/includes/template.php
- Timestamp:
- 09/26/2009 10:28:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r11962 r11975 2142 2142 if ( $user_can ) { ?> 2143 2143 <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden"> 2144 <textarea class="comment" rows="1" cols="1"><?php echo htmlspecialchars($comment->comment_content, ENT_QUOTES); ?></textarea>2144 <textarea class="comment" rows="1" cols="1"><?php echo apply_filters( 'comment_edit_pre', htmlspecialchars($comment->comment_content, ENT_QUOTES) ); ?></textarea> 2145 2145 <div class="author-email"><?php echo esc_attr( $comment->comment_author_email ); ?></div> 2146 2146 <div class="author"><?php echo esc_attr( $comment->comment_author ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.