Changeset 9413 for trunk/wp-admin/edit.php
- Timestamp:
- 10/30/2008 12:24:11 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r9363 r9413 280 280 <br class="clear" /> 281 281 282 <table class="widefat" style="margin-top: .5em"> 283 <thead> 284 <tr> 285 <th scope="col"><?php _e('Comment') ?></th> 286 <th scope="col"><?php _e('Author') ?></th> 287 <th scope="col"><?php _e('Submitted') ?></th> 288 </tr> 289 </thead> 290 291 <tfoot> 292 <tr> 293 <th scope="col"><?php _e('Comment') ?></th> 294 <th scope="col"><?php _e('Author') ?></th> 295 <th scope="col"><?php _e('Submitted') ?></th> 296 </tr> 297 </tfoot> 298 299 <tbody id="the-comment-list" class="list:comment"> 282 <ol id="the-comment-list" class="list:comment"> 300 283 <?php 301 284 foreach ($comments as $comment) 302 285 _wp_comment_row( $comment->comment_ID, 'single', false, false ); 303 286 ?> 304 </tbody> 305 </table> 287 </ol> 306 288 307 289 <?php
Note: See TracChangeset
for help on using the changeset viewer.