From 03ab2623194009bf3cb82747c59dbf565b89e7bf Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 27 Jan 2009 00:00:00 +0100 Subject: revert renamepage's hook original name Signed-off-by: intrigeri --- doc/plugins/write.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/plugins') diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index dde0d431c..98372b33d 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -401,9 +401,9 @@ 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. -### renamelink +### renamepage - hook(type => "renamelink", id => "foo", call => \&renamelink); + hook(type => "renamepage", id => "foo", call => \&renamepage); This hook is called by the [[plugins/rename]] plugin when it renames something, once per page linking to the renamed page's old location. -- cgit v1.2.3