Fix table headers for media library page

git-svn-id: http://svn.automattic.com/wordpress/trunk@9772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-19 03:57:18 +00:00
parent ae62526c99
commit f7fdaa9884

View File

@ -11,13 +11,13 @@ if ( ! defined('ABSPATH') ) die();
<table class="widefat fixed" cellspacing="0">
<thead>
<tr>
<?php print_column_headers('media'); ?>
<?php print_column_headers('upload'); ?>
</tr>
</thead>
<tfoot>
<tr>
<?php print_column_headers('media', false); ?>
<?php print_column_headers('upload', false); ?>
</tr>
</tfoot>