Changeset 3770 for trunk/wp-admin/categories.php
- Timestamp:
- 05/10/2006 08:35:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r3759 r3770 131 131 <h2><?php _e('Categories') ?> </h2> 132 132 <?php endif; ?> 133 <table width="100%" cellpadding="3" cellspacing="3">133 <table class="widefat"> 134 134 <thead> 135 135 <tr> 136 136 <th scope="col"><?php _e('ID') ?></th> 137 <th scope="col" ><?php _e('Name') ?></th>138 <th scope="col" ><?php _e('Description') ?></th>137 <th scope="col" style="text-align: left"><?php _e('Name') ?></th> 138 <th scope="col" style="text-align: left"><?php _e('Description') ?></th> 139 139 <th scope="col" width="90"><?php _e('Posts') ?></th> 140 140 <th scope="col" width="90"><?php _e('Bookmarks') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.