thead instead of tbody. Props alexrabe. fixes #6057
git-svn-id: http://svn.automattic.com/wordpress/trunk@7123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a239d2f38c
commit
4630b5ecb9
|
@ -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