Changeset 6776 for trunk/wp-admin/users.php
- Timestamp:
- 02/10/2008 07:28:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r6726 r6776 292 292 </tr> 293 293 <tr class="thead"> 294 <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> </th>294 <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> </th> 295 295 <th><?php _e('ID') ?></th> 296 296 <th><?php _e('Username') ?></th> … … 298 298 <th><?php _e('E-mail') ?></th> 299 299 <th><?php _e('Website') ?></th> 300 <th><?php _e('Posts created') ?></th> 300 301 <th colspan="2" style="text-align: center"><?php _e('Actions') ?></th> 301 302 </tr>
Note: See TracChangeset
for help on using the changeset viewer.