User "^demon" posted a comment on MediaWiki.r100935. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100935#c24932 Commit summary:
Addresses a couple fixme-type comments from r98202. Comment: I know this dates to before your commit, but while you're working on it...how about removing a bunch of those addHTML() function calls? You could just make an <tt>$html</tt> string that you append to, and then just <tt>$wgOut->addHTML( $html )</tt> at the end. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
