#213319 by add1sun: minor code documentation fix at template_preprocess_block()

6.x
Gábor Hojtsy 2008-01-24 11:00:57 +00:00
parent 95aa9da9ef
commit ce8672a731
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*