JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
merge_templates now merges to any level, new api
authorJason Woofenden <jason@jasonwoof.com>
Fri, 6 Nov 2009 13:06:04 +0000 (08:06 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 20 Nov 2009 00:02:49 +0000 (19:02 -0500)
commite99321a886b30fc6d601c7065384bfe2a6d34bc4
treedb0fcd7446fb90ee7bf77b4482de0d06e26cad1a
parent8d25453fae8f4d0d49f45942417cab339ead58d0
merge_templates now merges to any level, new api

New api: first argument is edited, so it contains references to 2nd. (ie it's
fast, but you can't use what you pass as the 2nd argument anymore.

This could be fixed by careful copying and reference updating as sub-templates
are copied to the first argument.
template.php