diff --git a/core/modules/comment/comment.tokens.inc b/core/modules/comment/comment.tokens.inc index b0c83a3..0437165 100644 --- a/core/modules/comment/comment.tokens.inc +++ b/core/modules/comment/comment.tokens.inc @@ -148,8 +148,8 @@ function comment_tokens($type, $tokens, array $data = array(), array $options = break; case 'mail': - // Check identicality, because getOwnerId() returns NULL if there is no - // ID, which evaluates to 0. + // Check identicality, because getOwnerId() returns NULL if there is + // no ID, which evaluates to 0. if ($comment->getOwnerId() !== 0) { $mail = $comment->getOwner()->getEmail(); }