Make WordPress Core

Changeset 10961


Ignore:
Timestamp:
04/16/2009 10:15:12 PM (15 years ago)
Author:
ryan
Message:

Add comment-body class. Props docwhat. fixes #9301

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r10953 r10961  
    12321232        <<?php echo $tag ?> <?php comment_class(empty( $args['has_children'] ) ? '' : 'parent') ?> id="comment-<?php comment_ID() ?>">
    12331233        <?php if ( 'ul' == $args['style'] ) : ?>
    1234         <div id="div-comment-<?php comment_ID() ?>">
     1234        <div id="div-comment-<?php comment_ID() ?>" class="comment-body">
    12351235        <?php endif; ?>
    12361236        <div class="comment-author vcard">
Note: See TracChangeset for help on using the changeset viewer.