https://bugzilla.wikimedia.org/show_bug.cgi?id=34284
Jack Phoenix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|need-review |reviewed Priority|Unprioritized |Normal Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Jack Phoenix <[email protected]> 2012-02-09 14:53:40 UTC --- Using $wgOut there feels a tad bit icky, but then again, I don't have a better alternative... - $login = SpecialPage::getTitleFor( 'Userlogin' ); - $voteLink .= "<a href=\"{$login->escapeFullURL()}\" rel=\"nofollow\">"; + $login = SpecialPage::getTitleFor( 'UserLogin' ); One small nitpick: SpecialPage::getTitleFor() expects the *canonical* special page name (which is usually /not/ CamelCase), so that it'll return the correct output even for non-English languages. In any case, thanks for the patch once again! I've applied it in r111040. -- 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
