Changeset 9028 for trunk/wp-admin/edit-post-rows.php
- Timestamp:
- 09/29/2008 09:26:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-post-rows.php
r8981 r9028 15 15 </tr> 16 16 </thead> 17 18 <tfoot> 19 <tr> 20 <?php print_column_headers('post', false); ?> 21 </tr> 22 </tfoot> 23 17 24 <tbody> 18 19 25 <?php 20 26 if ( have_posts() ) { … … 29 35 ?> 30 36 </tbody> 31 <thead>32 <tr>33 <?php print_column_headers('post'); ?>34 </tr>35 </thead>36 37 </table>
Note: See TracChangeset
for help on using the changeset viewer.