diff options
Diffstat (limited to 'modules/node/node.tpl.php')
-rw-r--r-- | modules/node/node.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index 3b50ebcd4..34b0c4bf1 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -12,8 +12,8 @@ * hide($content['field_example']) to temporarily suppress the printing of a * given element. * - $user_picture: The node author's picture from user-picture.tpl.php. - * - $date: Formatted creation date (use $created to reformat with - * format_date()). This data is excepted to be sanitized beforehand. + * - $date: Formatted creation date. Preprocess functions can reformat it by + * calling format_date() with the desired parameters on the $created variable. * - $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(). |