X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fhooks.txt;h=2f800a418c5b0bbb532e52bcac5bc7ae741e5520;hb=382cda4f0c0317426c7dc4d55636c98d2be2c950;hp=bd06d52b4af49ace3e9902ebd5692794eaad3ed3;hpb=ee975d6d1a376bb08d2b1731f97abc96f6e26b1d;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index bd06d52b4a..2f800a418c 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3418,6 +3418,9 @@ $title: Title object that is being checked $old: old title $nt: new title $user: user who does the move +$reason: string of the reason provided by the user +&$status: Status object. To abort the move, add a fatal error to this object + (i.e. call $status->fatal()). 'TitleMoveStarting': Before moving an article (title), but just after the atomic DB section starts.