https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

--- Comment #12 from Brad Jorsch <bjor...@wikimedia.org> ---
(In reply to Bawolff (Brian Wolff) from comment #11)
> In OutputPage, we use the following:
> 
> list( $canonicalSpecialPageName, /*...*/ ) =
>                                 SpecialPageFactory::resolveAlias(
> $title->getDBkey() );
> 
> to populate $wgCanonicalSpecialPageName in js, which is probably what's
> being asked for.

SpecialPageFactory::resolveAlias returns the "realname" value.

But there's nothing forcing that realname to actually work as
[[Special:Realname]], it just relies on the realname being listed in the 'en'
version of $specialPageAliases and every other language falling back to 'en'
eventually.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to