jenkins-bot has submitted this change and it was merged.

Change subject: Adding Wikipedia wordmark for mobile and switching to it
......................................................................


Adding Wikipedia wordmark for mobile and switching to it

Bug: 58886
Change-Id: I11bcd09a60f7c9b0faa0c43c086243d86005e6d7
---
A images/mobile/wikipedia-wordmark-en.png
M wmf-config/InitialiseSettings.php
2 files changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/images/mobile/wikipedia-wordmark-en.png 
b/images/mobile/wikipedia-wordmark-en.png
new file mode 100644
index 0000000..bb29fe0
--- /dev/null
+++ b/images/mobile/wikipedia-wordmark-en.png
Binary files differ
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3bfd99f..6ab2267 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12213,10 +12213,12 @@
 'wmgMFCustomLogos' => array(
        'default' => array(),
        'enwiki' => array(
-               'copyright' => 
'{wgExtensionAssetsPath}/MobileFrontend/images/logo-copyright-en.png'
+               // Using full URL so that we can use getimagesize()
+               'copyright' => 
'https://en.m.wikipedia.org/images/mobile/wikipedia-wordmark-en.png'
        ),
        'testwiki' => array(
-               'copyright' => 
'{wgExtensionAssetsPath}/MobileFrontend/images/logo-copyright-en.png'
+               // Using full URL so that we can use getimagesize()
+               'copyright' => 
'https://test.m.wikipedia.org/images/mobile/wikipedia-wordmark-en.png'
        ),
 ),
 'wmgMFEnableDesktopResources' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I11bcd09a60f7c9b0faa0c43c086243d86005e6d7
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to