Cleanup for r40944:
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Sep 2008 17:01:36 +0000 (17:01 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Sep 2008 17:01:36 +0000 (17:01 +0000)
commite7d0bae982c7a1593603ef5bb1e8cc0aa0d2030c
treedcae5babb2defda355083297b2eee4b31087f803
parent5b2f7a71f6331ef7579e609e162521aab022149c
Cleanup for r40944:
* Break up giant long incomprehensible line
* Use SpecialPage::getTitleFor() rather than Title::newFromText() so we get proper localization of special page name
* No need to pass 'block' to Special:Log twice; just put it in the query to match actual paging behavior
* HTML-escape the blocklog-fulllog message for good measure
* No need to pass 'known' option to linker -- it knows that Special: pages are good
includes/specials/SpecialBlockip.php