Skip to content
Snippets Groups Projects
Commit fb9bff3c authored by Angie Byron's avatar Angie Byron
Browse files

#529184 by yched: Fix phpdoc for node.tpl.php.

parent dbb5457c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment