summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-01-13 00:43:21 +0000
committerDries Buytaert <dries@buytaert.net>2011-01-13 00:43:21 +0000
commit07569a4f38765e85db5b7c5448422bb204ce8a0f (patch)
tree9d6221de1d8e8f3a3fd70282387f44e358c9f6a0 /modules/comment/comment.module
parent13f3c1d97417f652d6a7b5ad6d1f0f087752ad1e (diff)
downloadbrdo-07569a4f38765e85db5b7c5448422bb204ce8a0f.tar.gz
brdo-07569a4f38765e85db5b7c5448422bb204ce8a0f.tar.bz2
- Patch #1019922 by Jody Lynn: corrections to the comment_access() function description.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 78d35c039..31e37be89 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1406,15 +1406,15 @@ function comment_user_delete($account) {
}
/**
- * This is *not* a hook_access() implementation. This function is called
- * to determine whether the current user has access to a particular comment.
+ * Determines whether the current user has access to a particular comment.
*
* Authenticated users can edit their comments as long they have not been
- * replied to. This prevents people from changing or revising their
- * statements based on the replies to their posts.
+ * replied to. This prevents people from changing or revising their statements
+ * based on the replies to their posts.
*
* @param $op
- * The operation that is to be performed on the comment. Only 'edit' is recognized now.
+ * The operation that is to be performed on the comment. Only 'edit' is
+ * recognized now.
* @param $comment
* The comment object.
* @return