Hard deprecate wfRunHooks()
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 9 Sep 2017 01:28:05 +0000 (18:28 -0700)
committerLegoktm <legoktm@member.fsf.org>
Tue, 17 Oct 2017 00:36:17 +0000 (00:36 +0000)
commitca887b530144b95ce2b6dfe2354cc5a11d29f352
tree7235a45f260a8e8532bd1d913b975bfa94a8bace
parent573b73810c0eb4a5c464b5c00a2f2dcdc7c90c24
Hard deprecate wfRunHooks()

Deprecated since 1.25, very few callers. Having to grep for 2
ways of calling a hook is harmful not only because it wastes developers'
time, but also because it makes it possible to forget to search for the
old way, resulting in mistakes. Better get rid of this.

Change-Id: Iab28bd5758475b780c2016847881757d64973862
includes/GlobalFunctions.php
tests/phpunit/includes/HooksTest.php