* (bug 684) Accept an attribute parameter array on parser hook tags
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 3 Jun 2005 08:12:48 +0000 (08:12 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 3 Jun 2005 08:12:48 +0000 (08:12 +0000)
commit13eb618dd9f5cee7963f0119057d7173c1488f1d
tree3d63bb49b3a0601176984e27fbdb14915f1e912f
parent84e2e2ff13dd257d9f72fb1defb939696626321a
* (bug 684) Accept an attribute parameter array on parser hook tags
Some parts of http://bugzilla.wikimedia.org/attachment.cgi?id=96&action=view
with heavy modification; using tag matching in the style we accept regular
HTML elements, and decode attribute values to proper strings.
RELEASE-NOTES
includes/Parser.php
includes/Sanitizer.php