From: intrigeri Date: Sun, 11 Jul 2010 09:35:37 +0000 (+0200) Subject: Make the rationale clearer. X-Git-Tag: 3.20100722~8^2~8^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff8f6cd6b23f6b1e727649d5e5abaabea7bcf6c5;p=ikiwiki.git Make the rationale clearer. --- diff --git a/IkiWiki.pm b/IkiWiki.pm index cd9c40795..1dc989b39 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -1082,6 +1082,8 @@ sub urlto ($$;$) { } sub isselflink ($$) { + # Plugins can override this function to support special types + # of selflinks. my $page=shift; my $link=shift;