From 97b94e4e88c8aab955451121eb984ee568530caa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Oct 2008 20:37:49 -0400 Subject: [PATCH] displaytime hook is gone --- doc/plugins/write.mdwn | 7 ------- 1 file changed, 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); -- 2.32.0.93.g670b81a890