From ab718240f381162bd89f097ac7595def21fa21e1 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 30 Jan 2013 07:46:35 -0800 Subject: [PATCH] Issue #1885000 by cck: Add link in hook_theme docs to theme layer page --- modules/system/system.api.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/system/system.api.php b/modules/system/system.api.php index eb527714b92..dfced86e7f7 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. *