From fb9bff3c4b1d258361b2f2258e0e043ca11a6080 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 23 Jul 2009 22:12:53 +0000 Subject: #529184 by yched: Fix phpdoc for node.tpl.php. --- modules/node/node.tpl.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/node') 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(). -- cgit v1.2.3