From ea02bd1d2e1b8f134ac810116223a42883b41c73 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Mon, 10 Nov 2008 15:40:03 +0000 Subject: [PATCH] #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(-) diff --git a/includes/theme.inc b/includes/theme.inc index 1f7396397e31..3f2c4d0146ad 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(); -- GitLab