Make Special:Whatlinkshere.php transcludable
authoraalekhN <aalekh1993@rediffmail.com>
Thu, 9 Jan 2014 21:57:27 +0000 (03:27 +0530)
committerBrian Wolff <bawolff+wn@gmail.com>
Fri, 21 Mar 2014 02:44:38 +0000 (02:44 +0000)
commit3b0ff98ff695465cbd04e5348cf7a29e50c1c5f7
tree976963c422f8d9b9716c3279c4a3f5c5927fc22e
parent96024533a65be7d966cce4ebe4f4a6e89805810a
Make Special:Whatlinkshere.php transcludable

This commit makes Special:Whatlinkshere transcludable by extending
SpecialWhatLinksHere with IncludableSpecialPage. It also adds a condition
in the showIndirectLinks function to avoid displaying the form when the
page is being transcluded.

Bug: 35486
Change-Id: I49d6be57a9a780f9f959cb4356c5ac026db81775
includes/specials/SpecialWhatlinkshere.php