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:
parent
ae62526c99
commit
f7fdaa9884
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue