Content deleted Content added
Sophivorus (talk | contribs) Replace custom getRedirectTarget function for mw.title.redirectTarget, since that doesn't seem to be an expensive function |
Sophivorus (talk | contribs) No edit summary |
||
Line 106:
if not title then return false, false end
local target =
if target then title = target end
|