Hooks.txt - remove two Localisation hooks that have no callers

LocalisationChecksBlacklist and LocalisationIgnoredOptionalMessages
were removed, update hooks.txt

Change-Id: Ia2dc083a70bf5a7e0c121702cc09ace5bbb2b817
This commit is contained in:
DannyS712 2020-05-04 07:05:12 +00:00
parent a2062269e1
commit e5066d0bbf

View file

@ -2119,16 +2119,6 @@ $code: language code
&$alldata: The localisation data from core and extensions. Note some keys may
be omitted if they won't be merged into the final result.
'LocalisationChecksBlacklist': When fetching the blacklist of
localisation checks.
&$blacklist: array of checks to blacklist. See the bottom of
maintenance/language/checkLanguage.inc for the format of this variable.
'LocalisationIgnoredOptionalMessages': When fetching the list of ignored and
optional localisation messages
&$ignored: Array of ignored message keys
&$optional: Array of optional message keys
'LocalUserCreated': Called when a local user has been created
$user: User object for the created user
$autocreated: Boolean, whether this was an auto-creation