diff options
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 0662c0fca..9737ea503 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -953,7 +953,7 @@ function _taxonomy_prepare_insert($data, $stage) { * Whether the nodes are to be used with a pager (the case on most Drupal * pages) or not (in an XML feed, for example). * @param $order - * The order clause for the query that retrieve the nodes. + * The order clause for the query that retrieve the nodes. * @return * A resource identifier pointing to the query results. */ |