(bug 17711) say each member of $wgSpamRegex still needs to be wrapped in slash marks
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 4 Jul 2009 15:23:32 +0000 (15:23 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 4 Jul 2009 15:23:32 +0000 (15:23 +0000)
includes/DefaultSettings.php

index 1214435..123e015 100644 (file)
@@ -2380,6 +2380,7 @@ $wgExportFromNamespaces = false;
  * May be an array of regexes or a single string for backwards compatibility.
  *
  * See http://en.wikipedia.org/wiki/Regular_expression
+ * Note that each regex needs a beginning/end delimiter, eg: # or /
  */
 $wgSpamRegex = array();