User "Siebrand" posted a comment on MediaWiki.r99678. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99678#c24233 Commit summary:
Moved wfSpecialList() to Language::specialList() so that it can be used in the context of special pages instead of relying unconditionally of $wgLang. Updated all calls in core and added a @deprecated comment to wfSpecialList() but not a wfDeprecated() call since it's still used in SiteMatrix and StalePages extensions. Comment: <code>+ $details = $details ? $dirmark . " ($details)" : '';</code> No i18n. Should probably use the word-separator and parentheses messages here. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
