diff --git a/menu_attributes.module b/menu_attributes.module index 8ade4c3..df0cdd2 100644 --- a/menu_attributes.module +++ b/menu_attributes.module @@ -91,7 +91,10 @@ function menu_attributes_menu_attribute_info() { ]; $info['accesskey'] = [ 'label' => t('Access Key'), - 'description' => t('Specifies a keyboard shortcut to access this link.', [':accesskey' => Url::fromUri('http://en.wikipedia.org/wiki/Access_keys')]), + 'description' => t( + 'Specifies a keyboard shortcut to access this link.', + [':url' => 'http://en.wikipedia.org/wiki/Access_keys'] + ), 'form' => [ '#maxlength' => 1, '#size' => 1,