From 560d294867db6e3b3a173b27363c2eb2e75106bf 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: http://svn.automattic.com/wordpress/trunk@5710 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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') . ' ';