From 9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Nov 2007 16:36:44 +0000 Subject: - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. --- includes/theme.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index d1e0b0d86..89825dba5 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -515,9 +515,9 @@ function list_theme_engines($refresh = FALSE) { * provided so that the preprocessor is not locked into a specific theme. * This makes it easy to share and transport code but theme authors must be * careful to prevent fatal re-declaration errors when using sub-themes that - * have their own preprocessor named exactly the same as it's base theme. In + * have their own preprocessor named exactly the same as its base theme. In * the default theme engine (PHPTemplate), sub-themes will load their own - * template.php file in addition to the one used for it's parent theme. This + * template.php file in addition to the one used for its parent theme. This * increases the risk for these errors. A good practice is to use the engine * name for the base theme and the theme name for the sub-themes to minimize * this possibility. @@ -1778,7 +1778,7 @@ function template_preprocess_page(&$variables) { isset($variables[$region]) ? $variables[$region] .= $blocks : $variables[$region] = $blocks; } - // Setup layout variable. + // Set up layout variable. $variables['layout'] = 'none'; if (!empty($variables['left'])) { $variables['layout'] = 'left'; -- cgit v1.2.3