From c50ebfe58e37a2b284aab2170eb27895a764b31e Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 30 Sep 2011 14:23:25 -0700 Subject: Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock for _theme_load_registry() function. --- includes/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/theme.inc') 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) { -- cgit v1.2.3