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:
Ryan Boren 2008-03-01 20:40:06 +00:00
parent 3329632eee
commit c93759a33d
1 changed files with 2 additions and 2 deletions

View File

@ -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 = '';