diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 23:39:13 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 23:39:13 +0000 |
commit | 6f1a855a16978bf2202fe00714e43efcd8c9a0da (patch) | |
tree | bb4f09fa1c7dd9fd081cef84b96d094959689f99 /modules | |
parent | 59fc4c92dc5f0a73ad3a3de780f97414c98bc066 (diff) | |
download | brdo-6f1a855a16978bf2202fe00714e43efcd8c9a0da.tar.gz brdo-6f1a855a16978bf2202fe00714e43efcd8c9a0da.tar.bz2 |
#920112 by mr.baileys: Fixed Documentation problem with hook_elements
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 50521f5d8..059bafcd6 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -526,7 +526,7 @@ function hook_cron_queue_info_alter(&$queues) { * a matching theme function, e.g. theme_elementtype(), which should be * registered with hook_theme() as normal. * - * Form more information about custom element types see the explanation at + * For more information about custom element types see the explanation at * http://drupal.org/node/169815. * * @return |