diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-30 17:18:10 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-30 17:18:10 +0000 |
commit | d17c9a35ffbf4d8433a001b5c4fa3b37a6a46e78 (patch) | |
tree | c11e7a8be5539f08c29fdbbed0dc01e73651671f /modules | |
parent | ef1693b836a8ce090d8ff094118e0847f0f3a4a1 (diff) | |
download | brdo-d17c9a35ffbf4d8433a001b5c4fa3b37a6a46e78.tar.gz brdo-d17c9a35ffbf4d8433a001b5c4fa3b37a6a46e78.tar.bz2 |
#506096 by axyjo: Fix typo in node.tpl.php documentation.
Diffstat (limited to 'modules')
-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 |