summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-04-10 14:31:10 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-04-10 14:31:10 -0700
commitfd20d695531cbc418346e4875eab88c252565032 (patch)
tree56024d1e6156ce21c0cc128e4bb2c2a31c83d4cb /includes/theme.inc
parent7eda9b43cc572c110fa2ad0ad3217866cd14af79 (diff)
downloadbrdo-fd20d695531cbc418346e4875eab88c252565032.tar.gz
brdo-fd20d695531cbc418346e4875eab88c252565032.tar.bz2
Issue #1958578 by chertzog: Fix see reference to nonexistent function
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 5920624dc..d1864c836 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -508,7 +508,7 @@ class ThemeRegistry Extends DrupalCacheArray {
* themes/bartik.
*
* @see theme()
- * @see _theme_process_registry()
+ * @see _theme_build_registry()
* @see hook_theme()
* @see list_themes()
*/