Remove comment quickedit data from the dashboard recent comments widget. Fixes #9603 props coffee2code.

git-svn-id: http://svn.automattic.com/wordpress/trunk@11708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-07-11 09:11:15 +00:00
parent 33a5d20b5c
commit 2705e7ff47

View File

@ -591,14 +591,6 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
<?php endif; // comment_type ?>
<blockquote><p><?php comment_excerpt(); ?></p></blockquote>
<p class="row-actions"><?php echo $actions_string; ?></p>
<div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden">
<textarea class="comment" rows="3" cols="10"><?php echo $comment->comment_content; ?></textarea>
<div class="author-email"><?php echo esc_attr( $comment->comment_author_email ); ?></div>
<div class="author"><?php echo esc_attr( $comment->comment_author ); ?></div>
<div class="author-url"><?php echo esc_attr( $comment->comment_author_url ); ?></div>
<div class="comment_status"><?php echo $comment->comment_approved; ?></div>
</div>
</div>
</div>
<?php