summaryrefslogtreecommitdiff
path: root/doc/plugins/comments.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-14 14:28:00 -0400
committerJoey Hess <joey@kitenet.net>2010-07-14 14:28:00 -0400
commit2a5199f0110b5b6fd8b45828036061995c032336 (patch)
treea6846bb9db4cc1d9802acfbb04b0aee02de594ad /doc/plugins/comments.mdwn
parent2d24281a3abcff8f122a5899c7dee4db29acb00a (diff)
parenteda2357c3e1990df049264735e8751af8962ded5 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins/comments.mdwn')
-rw-r--r--doc/plugins/comments.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/plugins/comments.mdwn b/doc/plugins/comments.mdwn
index 14bd28a04..59f83441c 100644
--- a/doc/plugins/comments.mdwn
+++ b/doc/plugins/comments.mdwn
@@ -49,5 +49,6 @@ held for moderation. (Or with the [[moderatedcomments]] plugin, all
comments will be held.) Wiki admins can access the comment moderation queue
via a button on their Preferences page.
-The unmoderated comments are stored in the `srcdir` with a filename ending
-in "._comment_pending". They are not checked into revision control.
+To find unmoderated comments, `find /your/ikiwiki/srcdir -name '*._comment_pending'`
+
+They are not checked into revision control.