https://bugzilla.wikimedia.org/show_bug.cgi?id=63457
Dan Jacobson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #3 from Dan Jacobson <[email protected]> --- Please do this simple test in your LocalSettings.php: $wgSiteNotice="BLA"; $wgMFEnableSiteNotice = true; $ GET http://your_wiki/AnyPage?useformat=desktop|grep -i sitenotice <div id="siteNotice"><div id="localNotice" lang="en" dir="ltr"><p>BLA $ GET http://your_wiki/AnyPage?useformat=mobile |grep -i sitenotice <div id="siteNotice"></div> Please append your results below vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv -- 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
