Changeset 9735 for trunk/wp-admin/categories.php
- Timestamp:
- 11/17/2008 07:16:26 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9733 r9735 193 193 <thead> 194 194 <tr> 195 <?php print_column_headers('categor y'); ?>195 <?php print_column_headers('categories'); ?> 196 196 </tr> 197 197 </thead> … … 199 199 <tfoot> 200 200 <tr> 201 <?php print_column_headers('categor y', false); ?>201 <?php print_column_headers('categories', false); ?> 202 202 </tr> 203 203 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.