X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=docs%2Fhooks.txt;h=2f99fffdb0e47a0d18a86e4950832d202b8ec8d6;hp=e8335cd5a7e31eda9d70771e338f440a59614a5f;hb=0eadfdeb17f6bcdc752e726aa5859d6cf32670d2;hpb=244f88c255a553e4a3a4b501e148cea63d5c43e7 diff --git a/docs/hooks.txt b/docs/hooks.txt index e8335cd5a7..2f99fffdb0 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3420,8 +3420,9 @@ Since 1.24: Paths pointing to a directory will be recursively scanned for test case files matching the suffix "Test.php". &$paths: list of test cases and directories to search. -'UnknownAction': An unknown "action" has occurred (useful for defining your own -actions). +'UnknownAction': DEPRECATED! To add an action in an extension, +create a subclass of Action, and add a new key to $wgActions. +An unknown "action" has occurred (useful for defining your own actions). $action: action name $article: article "acted on"