From: Joey Hess Date: Wed, 22 Oct 2008 00:37:49 +0000 (-0400) Subject: displaytime hook is gone X-Git-Tag: 2.68~109 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/97b94e4e88c8aab955451121eb984ee568530caa?ds=sidebyside;hp=--cc displaytime hook is gone --- 97b94e4e88c8aab955451121eb984ee568530caa 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);