]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/write.mdwn
Pass a destpage parameter to the sanitize hook.
[ikiwiki.git] / doc / plugins / write.mdwn
index 606031cf2b37d53595b4bae5917bd21c120c46e1..35f391f7f2f07d965117125ada195dcfa480c3b5 100644 (file)
@@ -211,8 +211,8 @@ want to change the default ("page.tmpl"). Template files are looked for in
 Use this to implement html sanitization or anything else that needs to
 modify the body of a page after it has been fully converted to html.
 
-The function is passed named parameters: "page" and "content", and 
-should return the sanitized content.
+The function is passed named parameters: "page", "destpage", and "content",
+and should return the sanitized content.
 
 ### format