diff --git a/core/lib/Drupal/Core/Render/Element/MoreLink.php b/core/lib/Drupal/Core/Render/Element/MoreLink.php index fbdc62f..4f7e90c 100644 --- a/core/lib/Drupal/Core/Render/Element/MoreLink.php +++ b/core/lib/Drupal/Core/Render/Element/MoreLink.php @@ -8,7 +8,7 @@ namespace Drupal\Core\Render\Element; /** - * Provides a link render element for a "more" link, like those used in blocks. + * Provides a link render element. * * @RenderElement("more_link") */ @@ -24,7 +24,7 @@ public function getInfo() { '#title' => $this->t('More'), '#theme_wrappers' => array( 'container' => array( - '#attributes' => array('class' => array('more-link')), + '#attributes' => array('class' => 'more-link'), ), ), ) + $info;