X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/54f600af14bf6dc067ffc30ec6f22d517001fe99..07a08122d926ab6b7741c94bc6c0038ffe0113fb:/IkiWiki/Plugin/moderatedcomments.pm 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,