]> sipb.mit.edu Git - ikiwiki.git/commitdiff
displaytime hook is gone
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 22 Oct 2008 00:37:49 +0000 (20:37 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 22 Oct 2008 00:37:49 +0000 (20:37 -0400)
doc/plugins/write.mdwn

index 2e11e6234ef24b1e7ca64df3b09c950f25772a18..0d244e1f544def88cf38314139cc9892fde64592 100644 (file)
@@ -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);