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

marcoka’s picture

Status: Active » Needs review
Cellar Door’s picture

Assigned: Unassigned » himerus

You 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

himerus’s picture

Assigned: himerus » Unassigned
Status: Needs review » Fixed

This is an easy enough fix. adding class="comment-submitted" to the relevant comment.tpl.php's throughout (2 of em)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.