summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-12-06 13:24:00 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-12-06 13:24:00 -0800
commitc6b58214eb736a7c8eca820d5f5f38890b2a18eb (patch)
treeaf76dc89714fb0f2308b56efe5c2c0e1e68621fe /modules/system
parentc2c9283a96e683409a5a13cf99901981b343dd35 (diff)
downloadbrdo-c6b58214eb736a7c8eca820d5f5f38890b2a18eb.tar.gz
brdo-c6b58214eb736a7c8eca820d5f5f38890b2a18eb.tar.bz2
Issue #1858508 by TravisCarden: Add see also to hook_theme docs
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 68ca19c13..db1a91146 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -2196,6 +2196,8 @@ function hook_permission() {
* 'module', 'theme_engine', or 'theme'.
* - theme path: (automatically derived) The directory path of the theme or
* module, so that it doesn't need to be looked up.
+ *
+ * @see hook_theme_registry_alter()
*/
function hook_theme($existing, $type, $theme, $path) {
return array(