Skip to content
Snippets Groups Projects
Commit 4f078eb2 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#51556 by greggles, Fixing an inaccurate comment.

parent ae5e5088
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment