diff --git a/template-subtheme.php b/template-subtheme.php index 0499eaff46b05c4cd861b55564ee4bf3d67cf249..273432433747e0529ec4ea9a072444a8bbd2c18a 100644 --- a/template-subtheme.php +++ b/template-subtheme.php @@ -112,8 +112,8 @@ function _zen_default($hook, $variables, $suggestions = array(), $extension = '. */ function _zen_hook($hook) { if (!function_exists("_phptemplate_$hook")) { - // Only create a function if $hook contains letters and underscores. - if (!preg_match('/\W/', $hook)) { + // Only create a function if $hook contains letters and underscores. + if (!preg_match('/\W/', $hook)) { $declaration = <<