updated core to 8.6.1 via composer
This commit is contained in:
@@ -86,7 +86,7 @@ function contextual_help($route_name, RouteMatchInterface $route_match) {
|
||||
$sample_picture = [
|
||||
'#theme' => 'image',
|
||||
'#uri' => 'core/misc/icons/bebebe/pencil.svg',
|
||||
'#alt' => t('contextual links button')
|
||||
'#alt' => t('contextual links button'),
|
||||
];
|
||||
$sample_picture = \Drupal::service('renderer')->render($sample_picture);
|
||||
$output .= '<li>' . t('Hovering over the area of interest will temporarily make the contextual links button visible (which looks like a pencil in most themes, and is normally displayed in the upper right corner of the area). The icon typically looks like this: @picture', ['@picture' => $sample_picture]) . '</li>';
|
||||
|
||||
Reference in New Issue
Block a user