Changeset 4258 for trunk/wp-admin/categories.php
- Timestamp:
- 09/27/2006 12:51:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r4022 r4258 90 90 <thead> 91 91 <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> 98 98 </tr> 99 99 </thead>
Note: See TracChangeset
for help on using the changeset viewer.