Remove long-dead OutputPage methods set/getPageTitleActionText()
authorAryeh Gregor <ayg@aryeh.name>
Sun, 29 Jul 2018 13:30:39 +0000 (16:30 +0300)
committerLegoktm <legoktm@member.fsf.org>
Wed, 1 Aug 2018 10:14:42 +0000 (10:14 +0000)
commita5853433dad7a1aba91940cd6ac79480008671ee
treee1e6786a7c1d069b782ede9863aaa541e9588ab3
parent32e04d6148b02352fdee4f431f81450487cfd9a3
Remove long-dead OutputPage methods set/getPageTitleActionText()

They were accidentally made non-functional in April 2009 by commit
e4d21170.  Subsequent commits 2d045fa19e230f30e275ea28ae45908c
removed all callers by October 2011.  Needless to say, I found no
callers in core or extensions.

It seems we have the functionality in some other way, probably just by
directly calling setHTMLTitle(), so there's no need to revive this
feature.

Bug: T200643
Change-Id: Ifa2537b97cf19e7e91ee33d4ea4c131f7a38ee89
RELEASE-NOTES-1.32
includes/OutputPage.php
tests/phpunit/includes/OutputPageTest.php