diff options
author | intrigeri <intrigeri@boum.org> | 2010-07-11 11:00:43 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-07-11 11:03:41 +0200 |
commit | 4a1cb092baabda6182fd291dfc9810f6c8efb17e (patch) | |
tree | 7b31f388203e8d3c0246d4bf422e35994b98fbc2 /doc | |
parent | c99d26030e6ddd7a21932e98e40a8df7d896886d (diff) | |
download | ikiwiki-4a1cb092baabda6182fd291dfc9810f6c8efb17e.tar ikiwiki-4a1cb092baabda6182fd291dfc9810f6c8efb17e.tar.gz |
Revert po vs. template kludges.
This reverts commits dcd57dd5c9f3265bb7a78a5696b90976698c43aa,
d4136aea8aa8968d2cd87b40e8d85301a3549323 and
d877b9644bcfbbfc5eaf3f7fc13cb96ecda946c9.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 8071f323e..bb8012342 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -200,9 +200,7 @@ value is ignored. 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", -"destpage", "content" and "fullpage". "fullpage" is a true value if, -and only if, a full page's content is being filtered, e.g. as opposed -to a directive parameter. It should return the filtered content. +"destpage", and "content". It should return the filtered content. ### preprocess |