remove unnecessary and troublesome filter calls
[ikiwiki.git] / doc / plugins / write.mdwn
index bb80123423453c5d01a558569f48924e05fbba55..2e3902388f5c7bba8cc7d57fc39d288d8b2e4faf 100644 (file)
@@ -198,8 +198,8 @@ value is ignored.
 
        hook(type => "filter", id => "foo", call => \&filter);
 
-Runs on the raw source of a page, before anything else touches it, and can
-make arbitrary changes. The function is passed named parameters "page",
+Runs on the full raw source of a page, before anything else touches it, and
+can make arbitrary changes. The function is passed named parameters "page",
 "destpage", and "content". It should return the filtered content.
 
 ### preprocess