aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-07-11 11:04:59 +0200
committerintrigeri <intrigeri@boum.org>2010-07-11 11:04:59 +0200
commitd6f9d7743167cb4b58f16f1e371585f09dc15a0b (patch)
tree7dfd2541f5447e2db60e7a8d192c51865404549a /doc
parent4a1cb092baabda6182fd291dfc9810f6c8efb17e (diff)
parent192ce7a238af9021b0fd6dd571f22409af81ebaf (diff)
downloadikiwiki-d6f9d7743167cb4b58f16f1e371585f09dc15a0b.tar
ikiwiki-d6f9d7743167cb4b58f16f1e371585f09dc15a0b.tar.gz
Merge remote branch 'upstream/filter-full' into prv/po
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index bb8012342..2e3902388 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -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