#51556 by greggles, Fixing an inaccurate comment.
parent
ae5e50883c
commit
4f078eb274
|
@ -457,9 +457,7 @@ function comment_configure() {
|
||||||
*
|
*
|
||||||
* Authenticated users can edit their comments as long they have not been
|
* Authenticated users can edit their comments as long they have not been
|
||||||
* replied to. This prevents people from changing or revising their
|
* replied to. This prevents people from changing or revising their
|
||||||
* statements based on the replies their posts got. Furthermore, users
|
* statements based on the replies to their posts.
|
||||||
* can't reply to their own comments and are encouraged instead to extend
|
|
||||||
* their original comment.
|
|
||||||
*/
|
*/
|
||||||
function comment_access($op, $comment) {
|
function comment_access($op, $comment) {
|
||||||
global $user;
|
global $user;
|
||||||
|
|
|
@ -457,9 +457,7 @@ function comment_configure() {
|
||||||
*
|
*
|
||||||
* Authenticated users can edit their comments as long they have not been
|
* Authenticated users can edit their comments as long they have not been
|
||||||
* replied to. This prevents people from changing or revising their
|
* replied to. This prevents people from changing or revising their
|
||||||
* statements based on the replies their posts got. Furthermore, users
|
* statements based on the replies to their posts.
|
||||||
* can't reply to their own comments and are encouraged instead to extend
|
|
||||||
* their original comment.
|
|
||||||
*/
|
*/
|
||||||
function comment_access($op, $comment) {
|
function comment_access($op, $comment) {
|
||||||
global $user;
|
global $user;
|
||||||
|
|
Loading…
Reference in New Issue