jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/337530 )

Change subject: Show 'Publish' not 'Save' on most public wikis
......................................................................


Show 'Publish' not 'Save' on most public wikis

Bug: T131132
Change-Id: Ica0a42bbe982a69bfbfa79edd074694a3e0d883e
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified
  Jforrester: Looks good to me, but someone else must approve



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index a72fe13..ac7a7b4 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -14774,8 +14774,9 @@
 // This should be set to true for all public WMF wikis, and any changes should 
be discussed
 // with Editing before they are done due to the legal implications.
 'wgEditSubmitButtonLabelPublish' => [
-       'default' => false,     // T131132; temporarily not set
+       'default' => true,      // T131132 from 2017-03-15
        'private' => false,     // Private wikis are not public
+       'wikipedia' => false,   // Temporarily not set until 2017-03-22
        'wikinews' => false,    // Done in local {{int:Copyrightwarning}}s 
instead.
 ],
 

-- 
To view, visit https://gerrit.wikimedia.org/r/337530
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ica0a42bbe982a69bfbfa79edd074694a3e0d883e
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: WMDE-Fisch <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to