Make WordPress Core


Ignore:
Timestamp:
09/29/2008 09:26:21 AM (16 years ago)
Author:
azaozz
Message:

Add table footers and action selects at the bottom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-rows.php

    r8981 r9028  
    1515    </tr>
    1616    </thead>
     17
     18    <tfoot>
     19    <tr>
     20<?php print_column_headers('post', false); ?>
     21    </tr>
     22    </tfoot>
     23
    1724    <tbody>
    18 
    1925<?php
    2026if ( have_posts() ) {
     
    2935?>
    3036    </tbody>
    31     <thead>
    32     <tr>
    33 <?php print_column_headers('post'); ?>
    34     </tr>
    35     </thead>
    3637</table>
Note: See TracChangeset for help on using the changeset viewer.