Changeset 3770 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 05/10/2006 08:35:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r3727 r3770 29 29 if ($posts) { 30 30 ?> 31 <table width="100%" cellpadding="3" cellspacing="3">31 <table class="widefat"> 32 32 <thead> 33 33 <tr> 34 34 <th scope="col"><?php _e('ID') ?></th> 35 <th scope="col"><?php _e('Title') ?></th> 36 <th scope="col"><?php _e('Owner') ?></th> 37 <th scope="col"><?php _e('Updated') ?></th> 38 <th scope="col"></th> 39 <th scope="col"></th> 40 <th scope="col"></th> 35 <th scope="col" style="text-align: left"><?php _e('Title') ?></th> 36 <th scope="col" style="text-align: left"><?php _e('Owner') ?></th> 37 <th scope="col" style="text-align: left"><?php _e('Updated') ?></th> 38 <th scope="col" colspan="3"><?php _e('Action'); ?></th> 41 39 </tr> 42 40 </thead>
Note: See TracChangeset
for help on using the changeset viewer.