Make WordPress Core


Ignore:
Timestamp:
09/27/2006 12:51:17 AM (18 years ago)
Author:
ryan
Message:

RTL enhancements from Sewar. #3136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r4196 r4258  
    379379<tr>
    380380<?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>
    382382<?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>
    384384<?php endif; ?>
    385385</tr>
    386386<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>
    393393</tr>
    394394</thead>
Note: See TracChangeset for help on using the changeset viewer.