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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user