diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-23 22:12:53 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-23 22:12:53 +0000 |
commit | fb9bff3c4b1d258361b2f2258e0e043ca11a6080 (patch) | |
tree | 476dd1c1c2c420a2bfef7179ec63648f657dc825 /modules/node | |
parent | dbb5457cfe2fc016b1ab2e3ee0c8585478bb7360 (diff) | |
download | brdo-fb9bff3c4b1d258361b2f2258e0e043ca11a6080.tar.gz brdo-fb9bff3c4b1d258361b2f2258e0e043ca11a6080.tar.bz2 |
#529184 by yched: Fix phpdoc for node.tpl.php.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.tpl.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index 362907f38..fbae3ca80 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -9,15 +9,12 @@ * - $title: the (sanitized) title of the node. * - $content: An array of node items. Use render($content) to print them all, or * print a subset such as render($content['field_example']). Use - * hide($content['field_example]) to temporarily suppress the printing of a + * hide($content['field_example']) to temporarily suppress the printing of a * given element. - * - $comments: the themed list of comments (if any). * - $picture: The authors picture of the node output from * theme_user_picture(). * - $date: Formatted creation date (use $created to reformat with * 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_username(). * - $node_url: Direct url of the current node. * - $terms: the themed list of taxonomy term links output from theme_links(). |