mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Valid HTML in ms-users and ms-sites. props Utkarsh, see #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14632 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -170,7 +170,7 @@ if ( isset( $_GET['updated'] ) && $_GET['updated'] == 'true' && ! empty( $_GET['
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="manage-column column-cb check-column" id="cb" scope="col">
|
||||
<th class="manage-column column-cb check-column" scope="col">
|
||||
<input type="checkbox" />
|
||||
</th>
|
||||
<?php
|
||||
@@ -190,7 +190,7 @@ if ( isset( $_GET['updated'] ) && $_GET['updated'] == 'true' && ! empty( $_GET['
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th class="manage-column column-cb check-column" id="cb" scope="col">
|
||||
<th class="manage-column column-cb check-column" scope="col">
|
||||
<input type="checkbox" />
|
||||
</th>
|
||||
<?php echo $col_url; ?>
|
||||
|
||||
Reference in New Issue
Block a user