diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php index 6170aa2b3..8a8a0af40 100644 --- a/wp-admin/moderation.php +++ b/wp-admin/moderation.php @@ -60,6 +60,8 @@ case 'update': $item_approved = 0; foreach($comment as $key => $value) { + if ($feelinglucky && 'later' == $value) + $value = 'delete'; switch($value) { case 'later': // do nothing with that comment @@ -132,7 +134,7 @@ if ($comments) { // list all comments that are waiting for approval $file = basename(__FILE__); ?> - The following comments are in the moderation queue:

') ?> +

    @@ -146,17 +148,22 @@ if ($comments) {

    comment_author_email) { ?>| comment_author_email) { ?> | |

    comment_ID."\">" . __('Edit') . ""; -echo " | comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('" . sprintf(__("You are about to delete this comment by \'%s\'\\n \'Cancel\' to stop, \'OK\' to delete."), $comment->comment_author) . "')\">" . __('Delete just this comment') . " | "; ?> +echo '' . __('Edit') . ' | ';?> + | +comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('" . sprintf(__("You are about to delete this comment by \'%s\'\\n \'Cancel\' to stop, \'OK\' to delete."), $comment->comment_author) . "')\">" . __('Delete just this comment') . " | "; ?> - +

+

+ +