Ticket #2054: moderation.php.diff
File moderation.php.diff, 1.2 KB (added by , 19 years ago) |
---|
-
moderation.php
145 145 <?php comment_text() ?> 146 146 <p><?php 147 147 echo '<a href="post.php?action=editcomment&comment='.$comment->comment_ID.'">' . __('Edit') . '</a> | ';?> 148 <a href="<?php echo get_permalink($comment->comment_post_ID); ?>"><?php _e('View Post') ?> </a> |148 <a href="<?php echo get_permalink($comment->comment_post_ID); ?>"><?php _e('View Post') ?> - <?php echo $post_title;?></a> | 149 149 <?php 150 150 echo " <a href=\"post.php?action=deletecomment&p=".$comment->comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . sprintf(__("You are about to delete this comment by "%s".\\n"Cancel" to stop, "OK" to delete."), wp_specialchars($comment->comment_author, 1)) . "' );\">" . __('Delete just this comment') . "</a> | "; ?> <?php _e('Bulk action:') ?> 151 151 <input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment[<?php echo $comment->comment_ID; ?>]-approve" value="approve" /> <label for="comment[<?php echo $comment->comment_ID; ?>]-approve"><?php _e('Approve') ?></label>