Wrong var label for username in 'Posted by' theme() call -- 'name' should be 'account'.
See theme('username', ...) calls anywhere, i.e. modules/node/node.module:1446

In template.php function _rubik_submitted($node):
- $byline = t('Posted by !username', array('!username' => theme('username', array('name' => $node))));
+ $byline = t('Posted by !username', array('!username' => theme('username', array('account' => $node))));

Patch attached. Thanks!

CommentFileSizeAuthor
rubik-7.x-4.0-beta6-byline.patch616 byteszany

Comments

coffeymachine’s picture

Status: Active » Needs review
beltofte’s picture

Status: Needs review » Reviewed & tested by the community

Can confirm that the patch solves the issue.

coffeymachine’s picture

Status: Reviewed & tested by the community » Fixed

Committed to the 7.x-4.x branch. Thank you!

Status: Fixed » Closed (fixed)

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