From: Simon McVittie Date: Sun, 23 Nov 2008 12:05:24 +0000 (+0000) Subject: comments: document what linkuser does X-Git-Tag: 2.71~122 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=c9bb8b03a43b735e1b9876f58a1499a1445d0663 comments: document what linkuser does --- diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index ea106a90f..25f1b62f0 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -107,6 +107,7 @@ sub getcgiuser ($) { # {{{ } # }}} # FIXME: logic adapted from recentchanges, should be common code? +# returns (author URL, pretty-printed version) sub linkuser ($) { # {{{ my $user = shift; my $oiduser = eval { IkiWiki::openiduser($user) };