summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:23:25 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:23:25 -0700
commitc50ebfe58e37a2b284aab2170eb27895a764b31e (patch)
tree2fc217c1a4ca7c0563103ca796524a962ec30ea3 /includes/theme.inc
parent7360bb95db0977bcfca0f430d5a681b579103911 (diff)
downloadbrdo-c50ebfe58e37a2b284aab2170eb27895a764b31e.tar.gz
brdo-c50ebfe58e37a2b284aab2170eb27895a764b31e.tar.bz2
Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock for _theme_load_registry() function.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 15651460d..c4ce2a735 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -275,7 +275,7 @@ function _theme_registry_callback($callback = NULL, array $arguments = array())
* @param $base_theme
* An array of loaded $theme objects representing the ancestor themes in
* oldest first order.
- * @param theme_engine
+ * @param $theme_engine
* The name of the theme engine.
*/
function _theme_load_registry($theme, $base_theme = NULL, $theme_engine = NULL) {
@@ -519,7 +519,7 @@ function _theme_process_registry(&$cache, $name, $type, $theme, $path) {
* @param $base_theme
* An array of loaded $theme objects representing the ancestor themes in
* oldest first order.
- * @param theme_engine
+ * @param $theme_engine
* The name of the theme engine.
*/
function _theme_build_registry($theme, $base_theme, $theme_engine) {