diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-20 08:14:09 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-20 08:14:09 +0000 |
commit | 4f078eb274be10c4620b02e23347a5a9e224550c (patch) | |
tree | 0f74f860c3486aee7403bd97dcb56a91c96ea9fc | |
parent | ae5e50883c7636210a908fa49a23cf0392662147 (diff) | |
download | brdo-4f078eb274be10c4620b02e23347a5a9e224550c.tar.gz brdo-4f078eb274be10c4620b02e23347a5a9e224550c.tar.bz2 |
#51556 by greggles, Fixing an inaccurate comment.
-rw-r--r-- | modules/comment.module | 4 | ||||
-rw-r--r-- | modules/comment/comment.module | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/modules/comment.module b/modules/comment.module index 5d8eeaee1..b9bf4f01a 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -457,9 +457,7 @@ function comment_configure() { * * 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 their posts got. Furthermore, users - * can't reply to their own comments and are encouraged instead to extend - * their original comment. + * statements based on the replies to their posts. */ function comment_access($op, $comment) { global $user; diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 5d8eeaee1..b9bf4f01a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -457,9 +457,7 @@ function comment_configure() { * * 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 their posts got. Furthermore, users - * can't reply to their own comments and are encouraged instead to extend - * their original comment. + * statements based on the replies to their posts. */ function comment_access($op, $comment) { global $user; |