64c64 < index 6d7e051..bde03d8 100644 --- > index a9b0adf..7a5c171 100644 67c67 < @@ -744,7 +744,7 @@ function comment_prepare_thread(&$comments) { --- > @@ -750,7 +750,7 @@ function comment_prepare_thread(&$comments) { 76c76 < @@ -930,7 +930,7 @@ function comment_entity_insert(EntityInterface $entity) { --- > @@ -936,7 +936,7 @@ function comment_entity_insert(EntityInterface $entity) { 85c85 < @@ -1088,7 +1088,7 @@ function comment_user_cancel($edit, $account, $method) { --- > @@ -1095,7 +1095,7 @@ function comment_user_cancel($edit, $account, $method) { 94c94 < @@ -1279,12 +1279,13 @@ function comment_get_display_page($cid, $instance) { --- > @@ -1286,12 +1286,13 @@ function comment_get_display_page($cid, $instance) { 111c111 < @@ -1292,13 +1293,14 @@ function comment_preview(CommentInterface $comment, array &$form_state) { --- > @@ -1299,13 +1300,14 @@ function comment_preview(CommentInterface $comment, array &$form_state) { 130c130 < @@ -1307,10 +1309,10 @@ function comment_preview(CommentInterface $comment, array &$form_state) { --- > @@ -1314,10 +1316,10 @@ function comment_preview(CommentInterface $comment, array &$form_state) { 144c144 < @@ -1326,7 +1328,7 @@ function comment_preview(CommentInterface $comment, array &$form_state) { --- > @@ -1333,7 +1335,7 @@ function comment_preview(CommentInterface $comment, array &$form_state) { 153c153 < @@ -1364,7 +1366,7 @@ function comment_prepare_author(CommentInterface $comment) { --- > @@ -1371,7 +1373,7 @@ function comment_prepare_author(CommentInterface $comment) { 162c162 < @@ -1382,7 +1384,7 @@ function comment_prepare_author(CommentInterface $comment) { --- > @@ -1389,7 +1391,7 @@ function comment_prepare_author(CommentInterface $comment) { 171c171 < @@ -1393,14 +1395,14 @@ function template_preprocess_comment(&$variables) { --- > @@ -1400,14 +1402,14 @@ function template_preprocess_comment(&$variables) { 190c190 < @@ -1419,13 +1421,13 @@ function template_preprocess_comment(&$variables) { --- > @@ -1426,13 +1428,13 @@ function template_preprocess_comment(&$variables) { 206c206 < @@ -1433,9 +1435,9 @@ function template_preprocess_comment(&$variables) { --- > @@ -1440,9 +1442,9 @@ function template_preprocess_comment(&$variables) { 218c218 < @@ -1444,17 +1446,17 @@ function template_preprocess_comment(&$variables) { --- > @@ -1451,17 +1453,17 @@ function template_preprocess_comment(&$variables) { 240c240 < @@ -1479,7 +1481,7 @@ function template_preprocess_comment(&$variables) { --- > @@ -1486,7 +1488,7 @@ function template_preprocess_comment(&$variables) { 249c249 < @@ -1567,9 +1569,9 @@ function comment_ranking() { --- > @@ -1574,9 +1576,9 @@ function comment_ranking() { 835c835 < index b4d4e3f..7a0cfb4 100644 --- > index 76b9500..1dd9b7f 100644 1062c1062 < index 906e6e7..4d56e67 100644 --- > index a715fb4..95e7d8b 100644 1327c1327 < @@ -452,8 +301,192 @@ public static function baseFieldDefinitions($entity_type) { --- > @@ -451,8 +300,192 @@ public static function baseFieldDefinitions($entity_type) { 2108c2108 < index 807fc58..cbe6d18 100644 --- > index 4ec7428..e7e699c 100644 2395c2395 < index cb467ea..04420cc 100644 --- > index c94f0e7..04420cc 100644 2403c2403 < - _tracker_remove($comment->entity_id->target_id, $comment->getOwnerId(), $comment->changed->value); --- > - _tracker_remove($comment->entity_id->value, $comment->getOwnerId(), $comment->changed->value); 2414c2414 < - _tracker_add($comment->entity_id->target_id, $comment->getOwnerId(), $comment->changed->value); --- > - _tracker_add($comment->entity_id->value, $comment->getOwnerId(), $comment->changed->value); 2425c2425 < - _tracker_remove($comment->entity_id->target_id, $comment->getOwnerId(), $comment->changed->value); --- > - _tracker_remove($comment->entity_id->value, $comment->getOwnerId(), $comment->changed->value); 2436c2436 < - _tracker_remove($comment->entity_id->target_id, $comment->getOwnerId(), $comment->changed->value); --- > - _tracker_remove($comment->entity_id->value, $comment->getOwnerId(), $comment->changed->value);