Skip to content
Snippets Groups Projects
Commit c7cce611 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2231693 by amitgoyal, joshi.rohit100, helmo, LinL, iS: [Follow up]...

Issue #2231693 by amitgoyal, joshi.rohit100, helmo, LinL, iS: [Follow up] Update Powered by Drupal link.
parent 8d61447b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -25,7 +25,7 @@ class SystemPoweredByBlock extends BlockBase { ...@@ -25,7 +25,7 @@ class SystemPoweredByBlock extends BlockBase {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function build() { public function build() {
return array('#markup' => '<span>' . t('Powered by <a href="@poweredby">Drupal</a>', array('@poweredby' => 'https://drupal.org')) . '</span>'); return array('#markup' => '<span>' . t('Powered by <a href="@poweredby">Drupal</a>', array('@poweredby' => 'https://www.drupal.org')) . '</span>');
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment