summaryrefslogtreecommitdiffstats
path: root/wp-admin/categories.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/categories.php')
-rw-r--r--wp-admin/categories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/categories.php b/wp-admin/categories.php
index 59ff4eb..6e83a61 100644
--- a/wp-admin/categories.php
+++ b/wp-admin/categories.php
@@ -102,7 +102,7 @@ $messages[5] = __('Category not updated.');
<th colspan="2" style="text-align: center"><?php _e('Action') ?></th>
</tr>
</thead>
- <tbody id="the-list">
+ <tbody id="the-list" class="list:cat">
<?php
cat_rows();
?>