https://bugzilla.wikimedia.org/show_bug.cgi?id=27620
--- Comment #4 from Ryan Kaldari <[email protected]> 2011-02-24 19:30:43 UTC --- It seems the behavior of special page aliases is the opposite of what is described at http://www.mediawiki.org/wiki/Manual:Special_pages#The_Alias_files. Was this switched around at some point? Also, is there a more elegant way of retrieving the localized alias besides: if ( $specialPageAliases[$wgContLang]['BannerListLoader'][0] ) { return $specialPageAliases[$wgContLang]['BannerListLoader'][0]; } else { return 'BannerListLoader'; } I imagine there's some specialized get method for this, but I haven't found anything yet. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
