From 50eec347ba8a5bef12285f57941ca167192611c1 Mon Sep 17 00:00:00 2001 From: alex_t_king Date: Thu, 25 Sep 2003 22:43:07 +0000 Subject: [PATCH] moved link to Show Post from beginning to end of actions links git-svn-id: http://svn.automattic.com/wordpress/trunk@387 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-edit.showcomments.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/wp-edit.showcomments.php b/wp-admin/wp-edit.showcomments.php index 81b58ef8bc..fd608a0df0 100644 --- a/wp-admin/wp-edit.showcomments.php +++ b/wp-admin/wp-edit.showcomments.php @@ -143,14 +143,14 @@ echo $comments_nav_bar; ?>

@ - [ View Post + [ $authordata->user_level) or ($user_login == $authordata->user_login)) { - echo " - comment_ID."\">Edit"; - echo " - comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('You are about to delete this comment by \'".$comment->comment_author."\'\\n \'Cancel\' to stop, \'OK\' to delete.')\">Delete"; + echo "comment_ID."\">Edit"; + echo " - comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('You are about to delete this comment by \'".$comment->comment_author."\'\\n \'Cancel\' to stop, \'OK\' to delete.')\">Delete - "; } // end if any comments to show ?> - ] + View Post ]
( / ) (IP: )