Changeset 4258 for trunk/wp-admin/users.php
- Timestamp:
- 09/27/2006 12:51:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r4196 r4258 379 379 <tr> 380 380 <?php if ( !empty($role) ) : ?> 381 <th colspan="7" align="left"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th>381 <th colspan="7"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th> 382 382 <?php else : ?> 383 <th colspan="7" align="left"><h3><em><?php _e('No role for this blog'); ?></h3></th>383 <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></h3></th> 384 384 <?php endif; ?> 385 385 </tr> 386 386 <tr class="thead"> 387 <th style="text-align: left"><?php _e('ID') ?></th>388 <th style="text-align: left"><?php _e('Username') ?></th>389 <th style="text-align: left"><?php _e('Name') ?></th>390 <th style="text-align: left"><?php _e('E-mail') ?></th>391 <th style="text-align: left"><?php _e('Website') ?></th>392 <th colspan="2" ><?php _e('Actions') ?></th>387 <th><?php _e('ID') ?></th> 388 <th><?php _e('Username') ?></th> 389 <th><?php _e('Name') ?></th> 390 <th><?php _e('E-mail') ?></th> 391 <th><?php _e('Website') ?></th> 392 <th colspan="2" style="text-align: center"><?php _e('Actions') ?></th> 393 393 </tr> 394 394 </thead>
Note: See TracChangeset
for help on using the changeset viewer.