]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/write.mdwn
inline: Call indexhtml when inlining internal pages, so their text can be indexed...
[ikiwiki.git] / doc / plugins / write.mdwn
index 7180237a41112a059c6a60e105d9801c886d0afe..1930055658b93a245cecff2cf5114fe882a065d5 100644 (file)
@@ -290,8 +290,8 @@ This hook is called once the page has been converted to html (but before
 the generated html is put in a template). The most common use is to
 update search indexes. Added in ikiwiki 2.54.
 
-The function is passed named parameters "page" and "content". Its return
-value is ignored.
+The function is passed named parameters "page", "destpage", and "content".
+Its return value is ignored.
 
 ### pagetemplate