Closed (fixed)
Project:
Hexagon
Version:
6.x-1.5-beta2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 16:48 UTC
Updated:
2 Nov 2010 at 16:50 UTC
Jump to comment: Most recent file
This patch looks for dashes when a template naming suggestion contains an underscore for consistency.
For example, it's not uncommon to have a name that mixes underscores with dashes in this pattern: "page-name_of_internal_link".
The template name would have to match exactly and can be utterly confusing: "page-name_of_internal_link.tpl.php".
With this patch both "page-name_of_internal_link.tpl.php" and "page-name-of-internal-link.tpl.php" will be checked with the latter taking precedence.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | hexagon-946316.patch | 1.57 KB | dvessel |
Comments
Comment #1
dvessel commentedpatch