MaxSem has uploaded a new change for review. https://gerrit.wikimedia.org/r/123888
Change subject: Fix outdated $wgMFCustomLogos comment ...................................................................... Fix outdated $wgMFCustomLogos comment Indeed we now use only $wgMobileFrontendLogo Bug: 63461 Change-Id: I10f69e67eef19fb70e0bf5189d401dd72eff6721 --- M MobileFrontend.php 1 file changed, 1 insertion(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/88/123888/1 diff --git a/MobileFrontend.php b/MobileFrontend.php index 2d28404..878297b 100644 --- a/MobileFrontend.php +++ b/MobileFrontend.php @@ -308,11 +308,9 @@ /** * Make the logos configurable. * - * 'logo' is the principle logo for your site, 'copyright' is the copyright - * logo to be used in the footer of your site. + * Currently, only 'copyright' element is spoorted, which is the logo for your content license * * Example: array( - * 'logo' => 'mysite_logo.png', * 'copyright' => 'mysite_copyright_logo.png', * ); */ -- To view, visit https://gerrit.wikimedia.org/r/123888 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I10f69e67eef19fb70e0bf5189d401dd72eff6721 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: MaxSem <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
