aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/moderatedcomments.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-18 13:36:51 -0400
committerJoey Hess <joey@kitenet.net>2010-05-18 13:36:51 -0400
commitbaaa176b9b8138429f607ddf5ec9f3725e169486 (patch)
tree2de5c3bb25c96a10e2cb93929008a42d83daeee8 /IkiWiki/Plugin/moderatedcomments.pm
parent32d4d975ae33ab90340f6bcc0e80eec3944916f3 (diff)
downloadikiwiki-baaa176b9b8138429f607ddf5ec9f3725e169486.tar
ikiwiki-baaa176b9b8138429f607ddf5ec9f3725e169486.tar.gz
simplify example
I've seen user(http://*) confuse someone who didn't know pagespecs to think that just http://* would moderate all comments to every page, or something like that.
Diffstat (limited to 'IkiWiki/Plugin/moderatedcomments.pm')
-rw-r--r--IkiWiki/Plugin/moderatedcomments.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/moderatedcomments.pm b/IkiWiki/Plugin/moderatedcomments.pm
index b0a328a06..ff2c2b160 100644
--- a/IkiWiki/Plugin/moderatedcomments.pm
+++ b/IkiWiki/Plugin/moderatedcomments.pm
@@ -19,7 +19,7 @@ sub getsetup () {
},
moderate_pagespec => {
type => 'pagespec',
- example => 'user(http://*)',
+ example => '*',
description => 'PageSpec matching users or comment locations to moderate',
link => 'ikiwiki/PageSpec',
safe => 1,