diff --git a/core/modules/block/block.install b/core/modules/block/block.install index 0a6cb1f..8cb20f9 100644 --- a/core/modules/block/block.install +++ b/core/modules/block/block.install @@ -96,7 +96,7 @@ function block_update_8001() { } /** - * Disable all blocks with missing context IDs in block_update_8001(); + * Disable all blocks with missing context IDs in block_update_8001(). */ function block_update_8002() { // Note: For this update function it's fine to use the Entity API; see the @@ -140,4 +140,3 @@ function block_update_8002() { /** * @} End of "addtogroup updates-8.0.0-beta". */ ->>>>>>> 147