Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4f078eb2
Commit
4f078eb2
authored
May 20, 2006
by
drumm
Browse files
#51556
by greggles, Fixing an inaccurate comment.
parent
ae5e5088
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/comment.module
View file @
4f078eb2
...
...
@@ -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
;
...
...
modules/comment/comment.module
View file @
4f078eb2
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment