https://bugzilla.wikimedia.org/show_bug.cgi?id=63457
Dan Jacobson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy --- Comment #10 from Dan Jacobson <[email protected]> --- The site notice might be the most important words on the whole site. It should not disappear for users of the mobile version. Untested patch: - $banners[] = '<div id="siteNotice"></div>'; + $banners[] = '<div id="siteNotice">$wgSiteNotice</div>'; -- 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
