Merge "Fix docs for OutputPage::addLanguageLinks and OutputPage::setLanguageLinks"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 0b0016c..68e4f5d 100644 (file)
@@ -4363,9 +4363,9 @@ $wgTranscludeCacheExpiry = 3600;
  * @since 1.28
  */
 $wgEnableMagicLinks = [
-       'ISBN' => true,
-       'PMID' => true,
-       'RFC' => true
+       'ISBN' => false,
+       'PMID' => false,
+       'RFC' => false
 ];
 
 /** @} */ # end of parser settings }