Closed (fixed)
Project:
Omega
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 18:21 UTC
Updated:
4 Mar 2012 at 20:00 UTC
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)