From ea02bd1d2e1b8f134ac810116223a42883b41c73 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 10 Nov 2008 15:40:03 +0000 Subject: #258089 follow-up by JohnAlbin: Fix missing period on code comment. Trivial Patch of the Month award! :) --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 1f7396397..3f2c4d014 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -373,7 +373,7 @@ function _theme_process_registry(&$cache, $name, $type, $theme, $path) { // Let themes have preprocess functions even if they didn't register a template. if ($type == 'theme' || $type == 'base_theme') { foreach ($cache as $hook => $info) { - // Check only if it's a template and not registered by the theme or engine + // Check only if it's a template and not registered by the theme or engine. if (!empty($info['template']) && empty($result[$hook])) { if (!isset($info['preprocess functions'])) { $cache[$hook]['preprocess functions'] = array(); -- cgit v1.2.3