Get rid of Title::indexTitle and Title::getIndexTitle()
authorChad Horohoe <chadh@wikimedia.org>
Wed, 16 Apr 2014 00:20:15 +0000 (17:20 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 16 Apr 2014 18:03:42 +0000 (11:03 -0700)
commitd6c4ab939024ec07bb679be664089e5584a6bb26
tree79feb40f9949522ab39ea59e0465e597468400ad
parentba7f151c0694a403b49ad2e71712350f37d462fe
Get rid of Title::indexTitle and Title::getIndexTitle()

Nothing used them other than SearchUpdate, nor should they.
Move implementation there and make it private.

Change-Id: Iafc6f6d59487bd8c53cb99b2147815b2d70ead83
includes/FakeTitle.php
includes/Title.php
includes/deferred/SearchUpdate.php