Somewhere between versions, the div class on the comment submitted was removed. Would be nice to have it returned to the alpha starterkit in comment.tpl
<div class="comment-submitted">
<?php
print t('Submitted by !username on !datetime',
array('!username' => $author, '!datetime' => '<time datetime="' . $datetime . '">' . $created . '</time>'));
?>
</div>
Comments
Comment #1
marcoka commentedComment #2
cellar door commentedYou can add this back in via a new tpl in your subtheme, not sure how many people are using the comment-submitted class. Himerus up to you to add for 3.2
Comment #3
himerus commentedThis is an easy enough fix. adding class="comment-submitted" to the relevant comment.tpl.php's throughout (2 of em)