diff options
-rw-r--r-- | modules/system/system.api.php | 3 |
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. * |