"IAlex" posted a comment on MediaWiki.r113223. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113223#c31924
Commit summary for MediaWiki.r113223: My proposed fix to bug 34987: gender not working in many special pages. I haven't checked if there are other places whereh context is set to Message class, but if there are they might need a fix too. IAlex's comment: <code>Message::setInterfaceMessageFlag()</code> is good, but I would rather call it with <code>true</code> from <code>Message::setContext()</code> so that it works in all <code>IContextSource::msg()</code> calls and set it back to false when the special page is included. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
