r52765 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r52764
|
r52765
|
r52766
>
Date:
15:23, 4 July 2009
Author:
demon
Status:
ok
Tags:
Comment:
(
bug 17711
) say each member of $wgSpamRegex still needs to be wrapped in slash marks
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -2380,6 +2380,7 @@
2381
2381
* May be an array of regexes or a single string for backwards compatibility.
2382
2382
*
2383
2383
* See http://en.wikipedia.org/wiki/Regular_expression
2384
+ * Note that each regex needs a beginning/end delimiter, eg: # or /
2384
2385
*/
2385
2386
$wgSpamRegex = array();
2386
2387
Status & tagging log
21:01, 22 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r52765
[
removed:
new
added:
ok]