summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-09-12 07:40:01 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-09-12 07:40:01 -0700
commit9b377a458088a4f156914b351762eec65f72db5b (patch)
treefb91a848a9dcc30068ac54c496eeb1338de16f43 /modules
parent1deabbd25b6c4ea0423e24a441b4a0af7585c5a6 (diff)
downloadbrdo-9b377a458088a4f156914b351762eec65f72db5b.tar.gz
brdo-9b377a458088a4f156914b351762eec65f72db5b.tar.bz2
Issue #2061275 by StephaneQ, cconrad: Do not confuse hook_cron_queue_info with hook_cron in docs
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index f6fb47ca7..05fa9bb17 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -607,8 +607,7 @@ function hook_cron() {
* An associative array where the key is the queue name and the value is
* again an associative array. Possible keys are:
* - 'worker callback': The name of the function to call. It will be called
- * with one argument, the item created via DrupalQueue::createItem() in
- * hook_cron().
+ * with one argument, the item created via DrupalQueue::createItem().
* - 'time': (optional) How much time Drupal should spend on calling this
* worker in seconds. Defaults to 15.
*