jenkins-bot has submitted this change and it was merged. Change subject: Enable anonymous photo upload cta by default ......................................................................
Enable anonymous photo upload cta by default Hope there is no Selfie Apocalypse sequel Change-Id: I0515977bf4bf58147b70a62b414f2c1518684aad --- M MobileFrontend.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: JGonera: Looks good to me, approved jenkins-bot: Verified diff --git a/MobileFrontend.php b/MobileFrontend.php index ac5ad1b..ee10e3f 100644 --- a/MobileFrontend.php +++ b/MobileFrontend.php @@ -340,7 +340,7 @@ * it will show on page visits that come from the nearby page * it will be overriden in beta and alpha modes of the site */ -$wgMFEnablePhotoUploadCTA = false; +$wgMFEnablePhotoUploadCTA = true; /** * (wiki)text to append to photo description during photo upload. -- To view, visit https://gerrit.wikimedia.org/r/74525 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0515977bf4bf58147b70a62b414f2c1518684aad Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> Gerrit-Reviewer: JGonera <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
