diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-24 11:00:57 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-24 11:00:57 +0000 |
commit | ce8672a73193d43b5cc01639d81fbd0e3d86d656 (patch) | |
tree | f2875ed44038eb9b724920a913a8308f1e1db488 | |
parent | 95aa9da9efb0ad7a8264293854a826511cc30196 (diff) | |
download | brdo-ce8672a73193d43b5cc01639d81fbd0e3d86d656.tar.gz brdo-ce8672a73193d43b5cc01639d81fbd0e3d86d656.tar.bz2 |
#213319 by add1sun: minor code documentation fix at template_preprocess_block()
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 4e13f93c2..bf7b42f6e 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. * |