Follow-up r112479
authorRobin Pepermans <robin@users.mediawiki.org>
Thu, 8 Mar 2012 19:30:30 +0000 (19:30 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Thu, 8 Mar 2012 19:30:30 +0000 (19:30 +0000)
commitb539f7a98e5a58b96913b494f2526f45f134b9be
treea5e8b11119939bcfe8b5e3687ce58b97f3800149
parentff2cc27e1663809c3737c5b8c5c9c738dce4983a
Follow-up r112479
* Add @since, fix indentation.
* Change default from 'all' to 'mw' as it's the most used (so default fetchLanguageNames() is equivalent to default getLanguageNames()).
* Add the include parameter also to fetchLanguageName() as it's needed in Parser: interlanguage links should only take into account mediawiki names. (Doesn't make a difference with how the functions are now, but could have been later.)
includes/parser/Parser.php
languages/Language.php