On Tue, 17 Jun 2014 00:58:18 +0200, S Page spage@wikimedia.org wrote:
If I want to show anonymous users a message including "You can _login_ or _create an account_ " with returnto support, what's the best way to do it?
If you're a special page, use SpecialPage::requireLogin().
If you're not a special page, it'd be awesome if you refactored the code of this method into something that can be more widely reused. :)