User "Nikerabbit" posted a comment on MediaWiki.r100621. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100621#c24821 Commit summary:
Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modified versions of OutputPage::setPageTitle() and OutputPage::setHTMLTitle() that take an message name and its parameters; updated all calls in core that can use the two new functions Comment: I welcome the change, but I am concerned about the explosion of new message functions, which was something the new wfMessage was supposed to avoid. I'd rather pass wfMessage() objects around than adding new methods to various places. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
