Ticket #13383: 13383-ms-users.diff
File 13383-ms-users.diff, 721 bytes (added by , 15 years ago) |
---|
-
wp-admin/ms-users.php
170 170 <table class="widefat"> 171 171 <thead> 172 172 <tr> 173 <th class="manage-column column-cb check-column" id="cb"scope="col">173 <th class="manage-column column-cb check-column" scope="col"> 174 174 <input type="checkbox" /> 175 175 </th> 176 176 <?php … … 190 190 </thead> 191 191 <tfoot> 192 192 <tr> 193 <th class="manage-column column-cb check-column" id="cb"scope="col">193 <th class="manage-column column-cb check-column" scope="col"> 194 194 <input type="checkbox" /> 195 195 </th> 196 196 <?php echo $col_url; ?>