Changeset 11708
- Timestamp:
- 07/11/2009 09:11:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r11613 r11708 592 592 <blockquote><p><?php comment_excerpt(); ?></p></blockquote> 593 593 <p class="row-actions"><?php echo $actions_string; ?></p> 594 595 <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden">596 <textarea class="comment" rows="3" cols="10"><?php echo $comment->comment_content; ?></textarea>597 <div class="author-email"><?php echo esc_attr( $comment->comment_author_email ); ?></div>598 <div class="author"><?php echo esc_attr( $comment->comment_author ); ?></div>599 <div class="author-url"><?php echo esc_attr( $comment->comment_author_url ); ?></div>600 <div class="comment_status"><?php echo $comment->comment_approved; ?></div>601 </div>602 594 </div> 603 595 </div>
Note: See TracChangeset
for help on using the changeset viewer.