diff --git a/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php b/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php index a24fab7..8fe1a54 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php @@ -324,7 +324,7 @@ public function delete(array $entities) { $this->deleteRevision($revision_id); } catch (EntityStorageDeleteDefaultRevisionException $e) { - // The delete revision will be deleted later. + // The default revision will be deleted as part of the entity delete. continue; } }