summaryrefslogtreecommitdiffstats
path: root/wp-admin/moderation.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-09 11:30:05 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-09 11:30:05 +0000
commit819f131230b6d2e4ff88a8773eef754228989ffc (patch)
tree547908e700cf516755e371de9a2149ff5a772832 /wp-admin/moderation.php
parent90888943466530c65823eac7e07e5a6f1c8ab5d5 (diff)
downloadwordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.tar.gz
wordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.tar.xz
wordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.zip
WP Merge to rev 4709
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@835 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/moderation.php')
-rw-r--r--wp-admin/moderation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php
index 22bcf26..e6d735b 100644
--- a/wp-admin/moderation.php
+++ b/wp-admin/moderation.php
@@ -123,7 +123,7 @@ $i = 0;
<?php comment_text() ?>
<p><?php comment_date('M j, g:i A'); ?> &#8212; [ <?php
echo '<a href="comment.php?action=editcomment&amp;c='.$comment->comment_ID.'">' . __('Edit') . '</a> | ';
-echo " <a href=\"post.php?action=deletecomment&amp;p=".$comment->comment_post_ID."&amp;comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . js_escape(sprintf(__("You are about to delete this comment by &quot;%s&quot;.\n&quot;Cancel&quot; to stop, &quot;OK&quot; to delete."), $comment->comment_author )) . "', theCommentList );\">" . __('Delete ') . "</a> | "; ?>
+echo " <a href=\"post.php?action=deletecomment&amp;p=".$comment->comment_post_ID."&amp;comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . js_escape(sprintf(__("You are about to delete this comment by '%s'.\n'Cancel' to stop, 'OK' to delete."), $comment->comment_author )) . "', theCommentList );\">" . __('Delete') . "</a> | "; ?>
<?php
$post = get_post($comment->comment_post_ID);
$post_title = wp_specialchars( $post->post_title, 'double' );