Metatag tokens for Context variables were not being substituted for the correct value. e.g. %movie:title
This patch substitutes matching tokens with the Context variable.
Metatag tokens for Context variables were not being substituted for the correct value. e.g. %movie:title
This patch substitutes matching tokens with the Context variable.
Comments
Comment #1
infinet commentedPatch attached
Comment #2
infinet commentedPatch attached
Comment #3
infinet commentedComment #4
infinet commentedComment #5
infinet commentedRemoved unnecessary add_slashes()
Comment #6
damienmckennaPlease note that the separate Metatag Panels module has been deprecated in favor of the submodule that's bundled with Metatag.
Comment #7
MatthewHager commentedI've rolled a patch against latest dev in the submodule that is included with Metatag.
Comment #8
MatthewHager commentedNew patch. Previous patch only worked if substitution happened at the beginning of the string.
Comment #9
damienmckennaCommitted. Thanks!