Changeset 9735 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/17/2008 07:16:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9733 r9735 252 252 <thead> 253 253 <tr> 254 <?php print_column_headers(' comment'); ?>254 <?php print_column_headers('edit-comments'); ?> 255 255 </tr> 256 256 </thead> … … 258 258 <tfoot> 259 259 <tr> 260 <?php print_column_headers(' comment', false); ?>260 <?php print_column_headers('edit-comments', false); ?> 261 261 </tr> 262 262 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.