diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 25131c437e..48f39c7c5d 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -151,7 +151,7 @@ echo $comments_nav_bar; 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

+ ?> View Post

diff --git a/wp-admin/wp-edit.form.php b/wp-admin/wp-edit.form.php index f9b6f87dbb..a4fa93e812 100644 --- a/wp-admin/wp-edit.form.php +++ b/wp-admin/wp-edit.form.php @@ -193,18 +193,20 @@ edCanvas = document.getElementById('content');     click for Geo Info
@@ -216,9 +218,13 @@ if (get_settings('use_geo_positions')) {

-= $fileupload_minlevel) && (in_array($user_login, $allowed_users) || (trim($fileupload_allowedusers)=="")) ) { ?> += $fileupload_minlevel) + && (in_array($user_login, $allowed_users) || (trim($fileupload_allowedusers)=="")) ) { ?> - -

Comments

- -

Go to: Post/Edit | Posts | Comments

- -
- - - - - - - - - -
- Show comments: - - - - - - -
-
- 0) { -?> - - - - - -
-
-
- - - - -
-
-
-
- - -   - -
-
-
-  to   -   - -
-
-
- - -
- - get_results("SELECT * FROM $tablecomments " - ."ORDER BY comment_date $commentorder " - ."LIMIT $commentstart, $commentend" - ); - -// need to account for offet, etc. - - if ($comments) { - foreach ($comments as $comment) { - ?> -

- @ - [ - $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 - "; - } // end if any comments to show - ?> - View Post ] -
- ( / ) (IP: ) - - -

- -
- - -

- No results found. -

- - - -
- - \ No newline at end of file