From 6da4a3449650958aeb53052c154bba978188a1a0 Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 15 Jun 2007 16:54:17 +0000 Subject: [PATCH] Fix reference to ocomment.php. Props alanjcastonguay and Lloyd. fixes #4471 git-svn-id: https://develop.svn.wordpress.org/trunk@5710 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 6956fb494e..9eb9f0bc51 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -279,7 +279,7 @@ function _wp_comment_list_item( $id, $alt = 0 ) { comment_post_ID) ) { echo " " . __('Edit') . ''; - echo ' | comment_author)) . "', theCommentList );\">" . __('Delete') . ' '; + echo ' | comment_author)) . "', theCommentList );\">" . __('Delete') . ' '; if ( ('none' != $comment_status) && ( current_user_can('moderate_comments') ) ) { echo ' | ' . __('Unapprove') . ' '; echo ' | ' . __('Approve') . ' ';