Download & Extend

Renable a div class on the comment submitted by

Project:Omega
Version:7.x-3.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» needs review

#2

Assigned to:Anonymous» 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

#3

Assigned to:himerus» Anonymous
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)

#4

Status:fixed» closed (fixed)

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