(bug 13166) Adding TitleSecureAndSplit hook. Modified patch by Joshua Bacher
[lhc/web/wiklou.git] / docs / hooks.txt
index eebdfe7..db132f7 100644 (file)
@@ -1021,6 +1021,10 @@ $user: user who did the move
 $pageid: database ID of the page that's been moved
 $redirid: database ID of the created redirect
 
+'TitleSecureAndSplit': At the end of Title::secureAndSplit()
+$title: The Title object
+$dbkey: The DB key
+
 'UndeleteShowRevision': called when showing a revision in Special:Undelete
 $title: title object related to the revision
 $rev: revision (object) that will be viewed