Remove $wgGoToEdit functionality
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 427f868..21907e7 100644 (file)
@@ -5586,11 +5586,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)