From a0da6ceeb6e4b11b67001d2631ebbfbac8b0d93f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 4 Jul 2009 15:23:32 +0000 Subject: [PATCH] (bug 17711) say each member of $wgSpamRegex still needs to be wrapped in slash marks --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1214435ac1..123e015653 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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(); -- 2.20.1