commit 3a100fc25fa63416f90423a94f4011fdcbff24a9 Author: root Date: Mon Mar 25 00:12:21 2013 +0400 1488712-new-changes diff --git a/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php b/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php index ff9f9d6..df74086 100644 --- a/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php +++ b/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php @@ -53,10 +53,7 @@ class Block extends ConfigEntityBase { public $label; /** - * Whether the label should be displayed. - * - * Drupal core hides the title altogether if the value is - * empty. Otherwise the title is displayed. + * The label is displayed by default. * * @var string */