Revert r33725, r33726 (hook in Sanitizer::fixTagAttributes()).
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Apr 2008 17:29:41 +0000 (17:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Apr 2008 17:29:41 +0000 (17:29 +0000)
commit6a8177178b0429c7fb1af702a96eb90312fc51e5
tree1054bc386ceb2e83011e0335d78fcc3bd1f195bd
parent7aec367fe02d573a0690a93c3566927fa7f8fc03
Revert r33725, r33726 (hook in Sanitizer::fixTagAttributes()).
This hook is just plain weird.
* Return value on abort destroys the entire data set
* Whitespace is bad
* It's very unclear what this would be used for
* This is a low-level function that's going to get called very often, and the hook is in a place that has little clear function. It's unclear what a general hook would want to do with it.
docs/hooks.txt
includes/Sanitizer.php