themes\chameleon\chameleon.theme
[l. 155]
$submitted = array(t('By %author at %date', array('%author' => theme('username', $comment), '%date' => format_date($comment->timestamp. 'small'))));
should be (?)
$submitted = array(t('By %author at %date', array('%author' => theme('username', $comment), '%date' => format_date($comment->timestamp, 'small'))));
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | chameleon.theme.patch.txt | 809 bytes | magico |
Comments
Comment #1
magico commentedSeems nobody uses chameleon :-p
Comment #2
Kjartan commentedBug verified, patch applies, patch verified. Good to go.
Comment #3
dries commentedOdd. Committed to DRUPAL-4-7 and CVS HEAD. Thanks.
Comment #4
(not verified) commented