Changeset 9733 for trunk/wp-admin/edit.php
- Timestamp:
- 11/17/2008 06:01:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r9631 r9733 285 285 <br class="clear" /> 286 286 287 <table class="widefat " style="margin-top: .5em">287 <table class="widefat fixed" cellspacing="0"> 288 288 <thead> 289 289 <tr> 290 <th scope="col" ><?php _e('Comment') ?></th>291 <th scope="col" ><?php _e('Author') ?></th>292 <th scope="col" ><?php _e('Submitted') ?></th>290 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 291 <th scope="col" class="column-author"><?php _e('Author') ?></th> 292 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 293 293 </tr> 294 294 </thead> … … 296 296 <tfoot> 297 297 <tr> 298 <th scope="col" ><?php _e('Comment') ?></th>299 <th scope="col" ><?php _e('Author') ?></th>300 <th scope="col" ><?php _e('Submitted') ?></th>298 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 299 <th scope="col" class="column-author"><?php _e('Author') ?></th> 300 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 301 301 </tr> 302 302 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.