thead instead of tbody. Props alexrabe. fixes #6057
git-svn-id: https://develop.svn.wordpress.org/trunk@7123 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3329632eee
commit
c93759a33d
@ -330,7 +330,7 @@ unset($role_links);
|
||||
<?php endif; ?>
|
||||
|
||||
<table class="widefat">
|
||||
<tbody>
|
||||
<thead>
|
||||
<tr class="thead">
|
||||
<th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /> </th>
|
||||
<th><?php _e('Username') ?></th>
|
||||
@ -339,7 +339,7 @@ unset($role_links);
|
||||
<th><?php _e('Role') ?></th>
|
||||
<th><?php _e('Posts') ?></th>
|
||||
</tr>
|
||||
</tbody>
|
||||
</thead>
|
||||
<tbody id="users" class="list:user user-list">
|
||||
<?php
|
||||
$style = '';
|
||||
|
Loading…
Reference in New Issue
Block a user