From 9b377a458088a4f156914b351762eec65f72db5b Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 12 Sep 2013 07:40:01 -0700 Subject: Issue #2061275 by StephaneQ, cconrad: Do not confuse hook_cron_queue_info with hook_cron in docs --- modules/system/system.api.php | 3 +-- 1 file changed, 1 insertion(+), 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. * -- cgit v1.2.3