aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://hendry.iki.fi/ <hendry@web>2010-07-14 14:23:18 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-07-14 14:23:18 +0000
commit37859c390f269d7a9629a7b583b2c08f94c56fab (patch)
tree398418aa04115ad774b01887a34f0d58d79d0e8f
parent4069bf2bf35676018cc3cb1cf4df3514f43f2658 (diff)
downloadikiwiki-37859c390f269d7a9629a7b583b2c08f94c56fab.tar
ikiwiki-37859c390f269d7a9629a7b583b2c08f94c56fab.tar.gz
finding unmoderated comments
-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.