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/categories.php

    r4022 r4258  
    9090    <thead>
    9191    <tr>
    92         <th scope="col"><?php _e('ID') ?></th>
    93         <th scope="col" style="text-align: left"><?php _e('Name') ?></th>
    94         <th scope="col" style="text-align: left"><?php _e('Description') ?></th>
    95         <th scope="col" width="90"><?php _e('Posts') ?></th>
    96         <th scope="col" width="90"><?php _e('Bookmarks') ?></th>
    97         <th colspan="2"><?php _e('Action') ?></th>
     92        <th scope="col" style="text-align: center"><?php _e('ID') ?></th>
     93        <th scope="col"><?php _e('Name') ?></th>
     94        <th scope="col"><?php _e('Description') ?></th>
     95        <th scope="col" width="90" style="text-align: center"><?php _e('Posts') ?></th>
     96        <th scope="col" width="90" style="text-align: center"><?php _e('Bookmarks') ?></th>
     97        <th colspan="2" style="text-align: center"><?php _e('Action') ?></th>
    9898    </tr>
    9999    </thead>
Note: See TracChangeset for help on using the changeset viewer.