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-attachment-rows.php

    r8931 r9028  
    1515    </tr>
    1616    </thead>
     17   
     18    <tfoot>
     19    <tr>
     20<?php print_column_headers('media', false); ?>
     21    </tr>
     22    </tfoot>
     23   
    1724    <tbody id="the-list" class="list:post">
    1825<?php
Note: See TracChangeset for help on using the changeset viewer.