Changeset 27036 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/26/2014 08:27:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r26401 r27036 774 774 775 775 ?> 776 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">776 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>"> 777 777 <thead> 778 778 <tr>
Note: See TracChangeset
for help on using the changeset viewer.