A strange bug with nitobe theme that I noticed on one of our websites, 'posted by' is randomly added to Who's new and other blocks.
The culprit is the nitobe_username function:
$output = t('Posted by !author', array('!author' => $output));
If i comment out the line above the problem dissapears, but the function is disabled.
Comments
Comment #1
Anonymous (not verified) commentedThe 'Posted by` string should have been in node.tpl.php instead of nitobe_username. This correction has been committed to CVS:
node.tpl.php - revision: 1.7;
template.php - revision: 1.15;
I will roll a release in the next 12 hours that will include this fix.
Comment #2
Anonymous (not verified) commented