Posted by nicoz on September 2, 2011 at 6:21pm
5 followers
Jump to:
| 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
#2
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
This is an easy enough fix. adding class="comment-submitted" to the relevant comment.tpl.php's throughout (2 of em)
#4
Automatically closed -- issue fixed for 2 weeks with no activity.