Changeset 9772 for trunk/wp-admin/edit-attachment-rows.php
- Timestamp:
- 11/19/2008 03:57:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r9733 r9772 12 12 <thead> 13 13 <tr> 14 <?php print_column_headers(' media'); ?>14 <?php print_column_headers('upload'); ?> 15 15 </tr> 16 16 </thead> … … 18 18 <tfoot> 19 19 <tr> 20 <?php print_column_headers(' media', false); ?>20 <?php print_column_headers('upload', false); ?> 21 21 </tr> 22 22 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.