summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-10 23:32:26 -0600
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-10 23:32:26 -0600
commit3eeeca30b0c625accaae425dfef6d05bddcbc377 (patch)
tree668abc1246f1cf3123b534a2642a7123a0daad72 /includes/theme.inc
parent77046267c8fa0858248fa765b165a660c87a180b (diff)
downloadbrdo-3eeeca30b0c625accaae425dfef6d05bddcbc377.tar.gz
brdo-3eeeca30b0c625accaae425dfef6d05bddcbc377.tar.bz2
Issue #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with theme -- doesn't link to theme functions list.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 3868334ac..5a6026a14 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -781,8 +781,9 @@ function list_themes($refresh = FALSE) {
* Generates themed output.
*
* All requests for themed output must go through this function. It examines
- * the request and routes it to the appropriate theme function or template, by
- * checking the theme registry.
+ * the request and routes it to the appropriate
+ * @link themeable theme function or template @endlink, by checking the theme
+ * registry.
*
* The first argument to this function is the name of the theme hook. For
* instance, to theme a table, the theme hook name is 'table'. By default, this
@@ -882,6 +883,8 @@ function list_themes($refresh = FALSE) {
*
* @return
* An HTML string representing the themed output.
+ *
+ * @see themeable
*/
function theme($hook, $variables = array()) {
static $hooks = NULL;