aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-21 20:37:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-21 20:37:49 -0400
commit97b94e4e88c8aab955451121eb984ee568530caa (patch)
tree629399fda42c62573a0296d012b394ef1c4e3ffc /doc
parentb33ce3139cd5be5e5d903c62ce1e281af2645d6f (diff)
downloadikiwiki-97b94e4e88c8aab955451121eb984ee568530caa.tar
ikiwiki-97b94e4e88c8aab955451121eb984ee568530caa.tar.gz
displaytime hook is gone
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 2e11e6234..0d244e1f5 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -360,13 +360,6 @@ This hook is called whenever ikiwiki normally saves its state, just before
the state is saved. The function can save other state, modify values before
they're saved, etc.
-### displaytime
-
- hook(type => "displaytime", id => "foo", call => \&display);
-
-This hook can be registered to override the regular `displaytime` function.
-Only the last displaytime hook will be used.
-
### renamepage
hook(type => "renamepage", id => "foo", call => \&renamepage);