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'))));

CommentFileSizeAuthor
#1 chameleon.theme.patch.txt809 bytesmagico
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

magico’s picture

Version: 4.7.2 » x.y.z
Status: Active » Needs review
FileSize
809 bytes

Seems nobody uses chameleon :-p

Kjartan’s picture

Status: Needs review » Reviewed & tested by the community

Bug verified, patch applies, patch verified. Good to go.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Odd. Committed to DRUPAL-4-7 and CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)