Pass array to Title::getLocalURL instead of an urlencoded string
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Apr 2013 12:53:20 +0000 (14:53 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 27 Apr 2013 08:22:01 +0000 (08:22 +0000)
commitc0d61543b21d3beed183c109acb326dc90ab7d81
tree1bf2f221ada2a0fd617c422e11fcb18a7bf972d1
parenta316459dd6b855e45d312bb5e45b43cbf4bc1c2b
Pass array to Title::getLocalURL instead of an urlencoded string

This makes code easier to read and the urlencode is done inside
getLocalURL or friends

Change-Id: I21b988890356d11835eedba12a90a347bf0905b2
12 files changed:
includes/ChangesFeed.php
includes/FeedUtils.php
includes/OutputPage.php
includes/Preferences.php
includes/SkinLegacy.php
includes/SpecialPageFactory.php
includes/UserMailer.php
includes/Wiki.php
includes/WikiPage.php
includes/parser/Parser.php
includes/specials/SpecialRevisiondelete.php
includes/specials/SpecialUndelete.php