summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-01-30 07:46:35 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-01-30 07:46:35 -0800
commitab718240f381162bd89f097ac7595def21fa21e1 (patch)
tree639762142e99154babe0e7f81cc3833c5de03394 /modules/system
parentc94510f984b8700687f19b8a808afda4879643b3 (diff)
downloadbrdo-ab718240f381162bd89f097ac7595def21fa21e1.tar.gz
brdo-ab718240f381162bd89f097ac7595def21fa21e1.tar.bz2
Issue #1885000 by cck: Add link in hook_theme docs to theme layer page
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index eb527714b..dfced86e7 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -2108,7 +2108,9 @@ function hook_permission() {
* specify how a particular render array is to be rendered as HTML (this is
* usually the case if the theme function is assigned to the render array's
* #theme property), or they return the HTML that should be returned by an
- * invocation of theme().
+ * invocation of theme(). See
+ * @link http://drupal.org/node/933976 Using the theme layer Drupal 7.x @endlink
+ * for more information on how to implement theme hooks.
*
* The following parameters are all optional.
*