diff --git a/wp-admin/b2edit.showposts.php b/wp-admin/b2edit.showposts.php index 75e8c643bb..355a0b6d64 100644 --- a/wp-admin/b2edit.showposts.php +++ b/wp-admin/b2edit.showposts.php @@ -263,30 +263,30 @@ if ($i == "ASC") ?>
Error: please fill the required fields (name & comment)
+-
( / ) (IP: )
-
- @
- $authordata->user_level) or ($user_login == $authordata->user_login)) {
- echo "[ comment_ID."\">Edit";
- echo " - ID."&comment=".$commentdata->comment_ID."\">Delete ]";
- }
- ?>
+
+ @
+ $authordata->user_level) or ($user_login == $authordata->user_login)) {
+ echo "[ comment_ID."\">Edit";
+ echo " - ID."&comment=".$commentdata->comment_ID."\">Delete ]";
+ } // end if any comments to show
+ ?>
-
- ';
+ }//end if comments
if ($comment_error)
echo "
Error: please fill the required fields (name & comment)
"; ?> @@ -304,15 +304,10 @@ if ($i == "ASC")- - - -