From cf6d39815de35fa36c02fe8876e3e39edbe6e81b Mon Sep 17 00:00:00 2001 From: Alex 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: https://develop.svn.wordpress.org/trunk@387 602fd350-edb4-49c9-b593-d223f7449a82 --- 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: )