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.master
parent
32d4d975ae
commit
baaa176b9b
|
@ -19,7 +19,7 @@ sub getsetup () {
|
||||||
},
|
},
|
||||||
moderate_pagespec => {
|
moderate_pagespec => {
|
||||||
type => 'pagespec',
|
type => 'pagespec',
|
||||||
example => 'user(http://*)',
|
example => '*',
|
||||||
description => 'PageSpec matching users or comment locations to moderate',
|
description => 'PageSpec matching users or comment locations to moderate',
|
||||||
link => 'ikiwiki/PageSpec',
|
link => 'ikiwiki/PageSpec',
|
||||||
safe => 1,
|
safe => 1,
|
||||||
|
|
Loading…
Reference in New Issue