Page MenuHomePhabricator

$wgMFCustomLogos['logo'] is advertised but unused
Closed, ResolvedPublic

Description

We see

/**

  • 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. *
  • Example: array(
  • 'logo' => 'mysite_logo.png',
  • 'copyright' => 'mysite_copyright_logo.png',
  • ); */

$wgMFCustomLogos = array();

However having the user set $wgMFCustomLogos['logo'] does nothing, as
it is nowhere else in the code! P.S., principal is spelled wrong. P.S.S.
if one day it is actually used, please mention where one can expect to
see it appear.


Version: unspecified
Severity: minor

Details

Reference
bz63461

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:09 AM
bzimport set Reference to bz63461.
bzimport added a subscriber: Unknown Object (MLST).

bingle-admin wrote:

Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1898

Change 123888 had a related patch set uploaded by MaxSem:
Fix outdated $wgMFCustomLogos comment

https://gerrit.wikimedia.org/r/123888

Change 123888 merged by jenkins-bot:
Fix outdated $wgMFCustomLogos comment

https://gerrit.wikimedia.org/r/123888