diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-01-31 15:05:17 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-01-31 15:05:17 +0000 |
commit | 5ce3a0130030f3b07e163727f16d212b2fda6259 (patch) | |
tree | 92f3243bd048ed4fc5703b8c537e9805e87489a3 | |
parent | a981d6857f1eab350460116c1b5d868ed0215d29 (diff) |
CGI: document why commenter and recentchanges_link are supported
-rw-r--r-- | IkiWiki/CGI.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm index 949390e68..f23d44fd6 100644 --- a/IkiWiki/CGI.pm +++ b/IkiWiki/CGI.pm @@ -359,6 +359,8 @@ sub cgi (;$$) { } } + # goto is the preferred name for this; recentchanges_link and + # commenter are for compatibility with any saved URLs if ($do eq 'goto' || $do eq 'recentchanges_link' || $do eq 'commenter') { cgi_goto($q); |