r36762 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r36761
|
r36762
|
r36763
>
Date:
04:11, 28 June 2008
Author:
werdna
Status:
old
Tags:
Comment:
Also allow spaces, newlines, tabs to be ignored when processing rules
Modified paths:
/trunk/extensions/AbuseFilter/AbuseFilter.class.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AbuseFilter/AbuseFilter.class.php
—
—
@@ -173,7 +173,7 @@
174
174
}
175
175
176
176
// Ignore whitespace.
177
- if ($char != ' ') {
177
+ if ($char != ' ' && $char != "\n" && $char != "\t") {
178
178
$lastChar = $char;
179
179
}
180
180
}
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r36762
[
removed:
ok
added:
old]