Changeset 15175 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 06/08/2010 03:34:42 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r15141 r15175 297 297 298 298 <div class="clear"></div> 299 <?php $table_type = ('category' == $taxonomy ? 'categories' : 'edit-tags'); ?>300 299 <table class="widefat tag fixed" cellspacing="0"> 301 300 <thead> 302 301 <tr> 303 <?php print_column_headers($ table_type); ?>302 <?php print_column_headers($current_screen); ?> 304 303 </tr> 305 304 </thead> … … 307 306 <tfoot> 308 307 <tr> 309 <?php print_column_headers($ table_type, false); ?>308 <?php print_column_headers($current_screen, false); ?> 310 309 </tr> 311 310 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.