https://bugzilla.wikimedia.org/show_bug.cgi?id=54115

--- Comment #4 from [email protected] ---
Interesting. The version for 

The same code in MobileContext 1.21 looks this way:

public function isMobileDevice() {
                global $wgMFAutodetectMobileView;

return $this->getXDevice()
                        || $this->getAMF()
                        || ( $wgMFAutodetectMobileView &&
$this->getDevice()->isMobileDevice() );
}

You are right: In Mediawiki 1.21 I can set my own header. In Mediawiki 1.22
this option was basically removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to