diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-21 20:37:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-21 20:37:49 -0400 |
commit | 97b94e4e88c8aab955451121eb984ee568530caa (patch) | |
tree | 629399fda42c62573a0296d012b394ef1c4e3ffc | |
parent | b33ce3139cd5be5e5d903c62ce1e281af2645d6f (diff) |
displaytime hook is gone
-rw-r--r-- | doc/plugins/write.mdwn | 7 |
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); |