Merge "Remove $wgGoToEdit functionality"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index e9b5746..78091df 100644 (file)
@@ -5626,11 +5626,6 @@ $wgPreviewOnOpenNamespaces = array(
        NS_CATEGORY => true
 );
 
-/**
- * Go button goes straight to the edit screen if the article doesn't exist.
- */
-$wgGoToEdit = false;
-
 /**
  * Enable the UniversalEditButton for browsers that support it
  * (currently only Firefox with an extension)