In creating a Zen subtheme, I am allowed to put a "." in the machine-readable name. It writes a implementation of hook_theme() function in the generated template.php with the period character in its name, which causes the error
Parse error: syntax error, unexpected T_DNUMBER, expecting '('
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | sysname.patch | 1.14 KB | Garrett Albright |
Comments
Comment #1
Ifex commentedSimilarly with the hyphen, and I guess other characters.
Comment #2
Garrett Albright commentedFixed with the addition of a single character to a regular expression. Committed. Thanks