Pass $opts by reference to subscribers of 'SpecialSearchPowerBox' hook to allow them...
authorJack Phoenix <ashley@uncyclomedia.co>
Wed, 11 Jul 2018 08:06:10 +0000 (11:06 +0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Sat, 14 Jul 2018 22:42:41 +0000 (22:42 +0000)
commit358b2d1d7770c8e36219a44bf4f943fe429a46aa
tree9243e2682a7d3f1540540fe0348fda99dbfe24b7
parent0e2e1254dfefb89c3a81f4053e69fa01d478a22e
Pass $opts by reference to subscribers of 'SpecialSearchPowerBox' hook to allow them to modify it

wikiHow added a new hook called 'SpecialSearchPowerBoxOpts', which was passed only &$opts, so that the Finner extension can unset the $opts array. Enhancing the pre-existing hook is a better solution in this case.

Change-Id: I091cbdc78fc779144554d8420a95435b7048c407
RELEASE-NOTES-1.32
docs/hooks.txt
includes/widget/search/SearchFormWidget.php