Merge "Add additional tracking information to mediawiki.searchSuggest"
[lhc/web/wiklou.git] / docs / hooks.txt
index dc86ef1..c5f2424 100644 (file)
@@ -3074,6 +3074,11 @@ $old: old title
 $nt: new title
 $user: user who does the move
 
+'TitleMoveStarting': Before moving an article (title), but just after the atomic DB section starts.
+$old: old title
+$nt: new title
+$user: user who does the move
+
 'TitleMoveComplete': After moving an article (title), post-commit.
 &$old: old title
 &$nt: new title