mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
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; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<table class="widefat">
|
<table class="widefat">
|
||||||
<tbody>
|
<thead>
|
||||||
<tr class="thead">
|
<tr class="thead">
|
||||||
<th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /> </th>
|
<th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /> </th>
|
||||||
<th><?php _e('Username') ?></th>
|
<th><?php _e('Username') ?></th>
|
||||||
@ -339,7 +339,7 @@ unset($role_links);
|
|||||||
<th><?php _e('Role') ?></th>
|
<th><?php _e('Role') ?></th>
|
||||||
<th><?php _e('Posts') ?></th>
|
<th><?php _e('Posts') ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</thead>
|
||||||
<tbody id="users" class="list:user user-list">
|
<tbody id="users" class="list:user user-list">
|
||||||
<?php
|
<?php
|
||||||
$style = '';
|
$style = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user