X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fhooks.txt;h=a431f1b3fbe64ab940d3db8ed32632e35f86542d;hb=08206c157ec8027b6ed111db1c27eac668bd24f2;hp=c5f2424ef02e5fe6b9d58149f0be855ebb74a2b3;hpb=2f2b4a6849f0960e484a9ddfb55c66fe6d645392;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index c5f2424ef0..a431f1b3fb 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -178,7 +178,8 @@ once for 'TimStarling', and once for 'brion'. Hooks can return three possible values: - * true: the hook has operated successfully + * No return value (or null): the hook has operated successfully. Previously, + true was required. This is the default since MediaWiki 1.23. * "some string": an error occurred; processing should stop and the error should be shown to the user * false: the hook has successfully done the work necessary and the calling