diff --git a/wp-admin/categories.php b/wp-admin/categories.php
index dcc0039052..31e8a1f9db 100644
--- a/wp-admin/categories.php
+++ b/wp-admin/categories.php
@@ -127,26 +127,41 @@ default:
die("You have no right to edit the categories for this blog.
Ask for a promotion to your blog admin. :)");
}
?>
-
+
| Category Name | -Description | -# Posts | -Edit | -Delete | +Name | +Description | +# Posts | +Action | |
|---|---|---|---|---|---|---|---|---|---|
| $category->cat_name | + $bgcolor = ('#eee' == $bgcolor) ? 'none' : '#eee'; + echo "|||||||||
| $category->cat_name | $category->category_description | $count | -Edit | cat_name\' and all its posts will go to the default category.\\n \'OK\' to delete, \'Cancel\' to stop.')\">Delete | +Edit | cat_name\' and all its posts will go to the default category.\\n \'OK\' to delete, \'Cancel\' to stop.')\" class='delete'>Delete | |||