Specially handle Title objects in Title::newFromLinkTarget()
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 20 Apr 2016 05:21:09 +0000 (22:21 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 20 Apr 2016 05:21:09 +0000 (22:21 -0700)
commitaa21cf32facdb3f7c315bea0a4072d9da450c947
treeca45e038d4a4e4c9ae64d9d27bbd2a4048efc70f
parent123be2804681b04da5b1499fd9e7e951e384852e
Specially handle Title objects in Title::newFromLinkTarget()

Every single caller of Title::newFromLinkTarget() already special cases
when the LinkTarget object is already a Title, so move that logic into
one function.

Change-Id: Iba5432ae01c87850e5b34893092427c5b1629188
includes/Title.php
includes/WatchedItem.php
includes/WatchedItemStore.php
includes/title/MediaWikiPageLinkRenderer.php