diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/content_types.inc | 4 | ||||
-rw-r--r-- | modules/node/node.api.php | 18 | ||||
-rw-r--r-- | modules/node/node.tpl.php | 4 |
3 files changed, 13 insertions, 13 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index e3b0dea39..d7f6eb00c 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -169,8 +169,8 @@ function node_type_form(&$form_state, $type = NULL) { '#type' => 'checkbox', '#title' => t('Display post information'), '#default_value' => variable_get('node_submitted_'. $type->type, TRUE), - '#description' => t('Enable the <em>submitted by Username on date</em> text.'), - ); + '#description' => t('Enable the <em>submitted by Username on date</em> text.'), + ); $form['old_type'] = array( '#type' => 'value', '#value' => $type->type, diff --git a/modules/node/node.api.php b/modules/node/node.api.php index b90e65d10..68050065d 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -158,10 +158,10 @@ function hook_node_operations() { * Fiter, substitute or otherwise alter the $node's raw text. * * The $node->content array has been rendered, so the node body or - * teaser is filtered and now contains HTML. This hook should only be - * used when text substitution, filtering, or other raw text operations + * teaser is filtered and now contains HTML. This hook should only be + * used when text substitution, filtering, or other raw text operations * are necessary. - * + * * @param $node * The node the action is being performed on. * @param $teaser @@ -300,7 +300,7 @@ function hook_nodeapi_rss_item($node) { } /** - * The node is being displayed as a search result. + * The node is being displayed as a search result. * * If you want to display extra information with the result, return it. * @@ -366,9 +366,9 @@ function hook_nodeapi_update_index($node) { } /** - * The user has finished editing the node and is previewing or submitting it. + * The user has finished editing the node and is previewing or submitting it. * - * This hook can be used to check the node data. Errors should be set with + * This hook can be used to check the node data. Errors should be set with * form_set_error(). * * @param $node @@ -387,10 +387,10 @@ function hook_nodeapi_validate($node, $form) { } /** - * The node content is being assembled before rendering. + * The node content is being assembled before rendering. * - * The module may add elements $node->content prior to rendering. This hook - * will be called after hook_view(). The structure of $node->content is a renderable + * The module may add elements $node->content prior to rendering. This hook + * will be called after hook_view(). The structure of $node->content is a renderable * array as expected by drupal_render(). * * @param $node diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index 4162a83e1..241f71407 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -71,7 +71,7 @@ </div> <?php print $links; ?> - + <?php print $comments; ?> - + </div>
\ No newline at end of file |