summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.api.php
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-11-07 12:20:10 -0500
committerDavid Rothstein <drothstein@gmail.com>2012-11-07 12:20:10 -0500
commit7208952fae23553625412119487010a33f73c5ea (patch)
tree2e4e29c14b71b2a007bfef889eebe332a9088390 /modules/taxonomy/taxonomy.api.php
parent788c2adaf354270b0aa1e720caf07e5eea7312eb (diff)
downloadbrdo-7208952fae23553625412119487010a33f73c5ea.tar.gz
brdo-7208952fae23553625412119487010a33f73c5ea.tar.bz2
Issue #1067120 followup by David_Rothstein, Berdir: Fix backwards compatibility issues for Drupal 7 on the taxonomy term page, and small documentation fixes.
Diffstat (limited to 'modules/taxonomy/taxonomy.api.php')
-rw-r--r--modules/taxonomy/taxonomy.api.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/taxonomy/taxonomy.api.php b/modules/taxonomy/taxonomy.api.php
index 10575c575..5667eb96d 100644
--- a/modules/taxonomy/taxonomy.api.php
+++ b/modules/taxonomy/taxonomy.api.php
@@ -184,9 +184,9 @@ function hook_taxonomy_term_delete($term) {
/**
* Act on a taxonomy term that is being assembled before rendering.
*
- * The module may add elements to $term->content prior to rendering. This hook
- * will be called after hook_view(). The structure of $term->content is a
- * renderable array as expected by drupal_render().
+ * The module may add elements to $term->content prior to rendering. The
+ * structure of $term->content is a renderable array as expected by
+ * drupal_render().
*
* @param $term
* The term that is being assembled for rendering.