diff --git "a/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\drupal-1431630-6.patch" "b/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\doc-cleanup-themes-1431630-12.patch" index 9e985df..9d45da1 100644 --- "a/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\drupal-1431630-6.patch" +++ "b/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\doc-cleanup-themes-1431630-12.patch" @@ -50,10 +50,10 @@ index 21f8075..aeb4171 100644 $('div').remove('#preview-logo'); } diff --git a/core/themes/bartik/template.php b/core/themes/bartik/template.php -index 459a593..49747fe 100644 +index 459a593..7db1a31 100644 --- a/core/themes/bartik/template.php +++ b/core/themes/bartik/template.php -@@ -1,7 +1,12 @@ +@@ -1,7 +1,14 @@ diff --git a/core/themes/seven/template.php b/core/themes/seven/template.php -index 145ad22..0815c14 100644 +index 145ad22..a9cc3c3 100644 --- a/core/themes/seven/template.php +++ b/core/themes/seven/template.php @@ -1,7 +1,12 @@ @@ -322,7 +333,7 @@ index 145ad22..0815c14 100644 + */ + +/** -+ * Overrides or inserts variables into the maintenance page template. ++ * Implements hook_preprocess_HOOK() for maintenance-page.tpl.php. */ function seven_preprocess_maintenance_page(&$vars) { // While markup for normal pages is split into page.tpl.php and html.tpl.php, @@ -331,7 +342,7 @@ index 145ad22..0815c14 100644 /** - * Override or insert variables into the html template. -+ * Overrides or inserts variables into the html template. ++ * Implements hook_preprocess_HOOK() for html.tpl.php. */ function seven_preprocess_html(&$vars) { // Add conditional CSS for IE8 and below. @@ -340,7 +351,7 @@ index 145ad22..0815c14 100644 /** - * Override or insert variables into the page template. -+ * Overrides or inserts variables into the page template. ++ * Implements hook_preprocess_HOOK() for page.tpl.php. */ function seven_preprocess_page(&$vars) { $vars['primary_local_tasks'] = $vars['tabs']; @@ -405,7 +416,7 @@ index e7af281..f40d951 100644 ABOUT DRUPAL THEMING diff --git a/core/themes/stark/template.php b/core/themes/stark/template.php -index 0a40d57..2a463a4 100644 +index 0a40d57..08abd7d 100644 --- a/core/themes/stark/template.php +++ b/core/themes/stark/template.php @@ -1,7 +1,12 @@ @@ -418,7 +429,7 @@ index 0a40d57..2a463a4 100644 + */ + +/** -+ * Overrides or inserts variables into the html template. ++ * Implements hook_preprocess_HOOK() for html.tpl.php. * * @todo Based on outcome of http://drupal.org/node/1471382, revise this * technique to use conditional classes vs. conditional stylesheets.