Changeset 9733 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 11/17/2008 06:01:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r9631 r9733 214 214 if ($posts) { 215 215 ?> 216 <table class="widefat page ">216 <table class="widefat page fixed" cellspacing="0"> 217 217 <thead> 218 218 <tr> … … 280 280 <br class="clear" /> 281 281 282 <table class="widefat" style="margin-top: .5em">282 <table class="widefat" cellspacing="0"> 283 283 <thead> 284 284 <tr> 285 <th scope="col" ><?php _e('Comment') ?></th>286 <th scope="col" ><?php _e('Date') ?></th>287 <th scope="col" ><?php _e('Actions') ?></th>285 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 286 <th scope="col" class="column-author"><?php _e('Author') ?></th> 287 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 288 288 </tr> 289 289 </thead> … … 291 291 <?php 292 292 foreach ($comments as $comment) 293 _wp_comment_row( $comment->comment_ID, ' detail', false, false );293 _wp_comment_row( $comment->comment_ID, 'single', false, false ); 294 294 ?> 295 295 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.