diff options
-rw-r--r-- | modules/node/node.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index 92238d52d..77c1f9642 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -18,7 +18,7 @@ * format_date()). * - $links: Themed links like "Read more", "Add new comment", etc. output * from theme_links(). - * - $name: Themed username of node author output from theme_user(). + * - $name: Themed username of node author output from theme_username(). * - $node_url: Direct url of the current node. * - $terms: the themed list of taxonomy term links output from theme_links(). * - $submitted: themed submission information output from |