EditPage: Allow the 'save' button's label to be 'publish' for public wikis
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index b8e1486..54c7218 100644 (file)
@@ -3195,6 +3195,15 @@ $wgHTMLFormAllowTableFormat = true;
  */
 $wgUseMediaWikiUIEverywhere = false;
 
+/**
+ * Whether to label the store-to-database-and-show-to-others button in the editor
+ * as "Save page"/"Save changes" if false (the default) or, if true, instead as
+ * "Publish page"/"Publish changes".
+ *
+ * @since 1.28
+ */
+$wgEditButtonPublishNotSave = false;
+
 /**
  * Permit other namespaces in addition to the w3.org default.
  *