diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-27 00:00:00 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-27 00:00:00 +0100 |
commit | 03ab2623194009bf3cb82747c59dbf565b89e7bf (patch) | |
tree | c562ebaad239164b566d9ff7aa127db69a2cfa8d /doc/plugins | |
parent | 8915d2553c056304bef2fd77b8fc03d99a49e2a9 (diff) |
revert renamepage's hook original name
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
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. |