Prompt for confirmation for mailapprovecomment action. Props mdawaffe. fixes #2615

git-svn-id: https://develop.svn.wordpress.org/trunk@3671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-03-31 08:32:30 +00:00
parent fa8d1959e2
commit 0a7f308884
3 changed files with 9 additions and 25 deletions

View File

@@ -249,7 +249,7 @@ if ( 1 == count($posts) ) {
$comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = $id AND comment_approved != 'spam' ORDER BY comment_date");
if ($comments) {
?>
<h3><?php _e('Comments') ?></h3>
<h3 id="comments"><?php _e('Comments') ?></h3>
<ol id="the-list">
<?php
$i = 0;