Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/74525
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/25/74525/1 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: newchange Gerrit-Change-Id: I0515977bf4bf58147b70a62b414f2c1518684aad Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
