We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a36b2 commit d2d44a9Copy full SHA for d2d44a9
mediawiki/LocalSettings.php
@@ -372,8 +372,8 @@
372
wfLoadExtension('Maps');
373
374
# ArticleFeedbackv5
375
-wfLoadExtension('ArticleFeedbackv5');
376
-$wgArticleFeedbackv5LotteryOdds = 100;
+# wfLoadExtension('ArticleFeedbackv5');
+# $wgArticleFeedbackv5LotteryOdds = 100;
377
378
# StopForumSpam
379
wfLoadExtension('StopForumSpam');
mediawiki/scripts/install_extensions.sh
@@ -6,7 +6,7 @@ MEDIAWIKI_RELEASE=REL1_43
6
7
# Install extensions from extension distributor
8
declare -a extension_names=( \
9
- ArticleFeedbackv5 \
+ # ArticleFeedbackv5 \
10
CheckUser \
11
CommonsMetadata \
12
ContributionScores \
0 commit comments