diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-19 20:33:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-19 20:33:21 +0000 |
commit | 70abacbb7bf514d0170702870dacde756971d0e7 (patch) | |
tree | e126c5758fc1b4e4da4692433c8dbdf647d176e3 /modules/node/node.tpl.php | |
parent | 48d8c4ec405864dabc1f7aa9d82f1402a77eceff (diff) | |
download | brdo-70abacbb7bf514d0170702870dacde756971d0e7.tar.gz brdo-70abacbb7bf514d0170702870dacde756971d0e7.tar.bz2 |
- Patch #493030 by effulgentsia: documentation improvements/additions for RDF support.
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(). |