Make WordPress Core


Ignore:
Timestamp:
08/20/2008 11:48:09 PM (17 years ago)
Author:
ryan
Message:

comment_class(). Props sandbox theme. see #7560

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/comments.php

    r7361 r8695  
    1313
    1414<?php foreach ($comments as $comment) : ?>
    15     <li id="comment-<?php comment_ID() ?>">
     15    <li <?php comment_class(); ?> id="comment-<?php comment_ID() ?>">
    1616    <?php echo get_avatar( $comment, 32 ); ?>
    1717    <?php comment_text() ?>
Note: See TracChangeset for help on using the changeset viewer.