From ce8672a73193d43b5cc01639d81fbd0e3d86d656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu> Date: Thu, 24 Jan 2008 11:00:57 +0000 Subject: [PATCH] #213319 by add1sun: minor code documentation fix at template_preprocess_block() --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/theme.inc b/includes/theme.inc index 4e13f93c2ced..bf7b42f6ece4 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1890,7 +1890,7 @@ function template_preprocess_node(&$variables) { * series of template file suggestions. If none are found, the default * block.tpl.php is used. * - * Most themes utilize their own copy of page.tpl.php. The default is located + * Most themes utilize their own copy of block.tpl.php. The default is located * inside "modules/system/block.tpl.php". Look in there for the full list of * variables. * -- GitLab