Update to Drupal 8.2.2. For more information, see https://www.drupal.org/project/drupal/releases/8.2.2
This commit is contained in:
parent
23ffed3665
commit
507b45a0ed
378 changed files with 11434 additions and 5542 deletions
|
|
@ -311,7 +311,8 @@ function shortcut_preprocess_page_title(&$variables) {
|
|||
|
||||
// Replicate template_preprocess_html()'s processing to get the title in
|
||||
// string form, so we can set the default name for the shortcut.
|
||||
$name = render($variables['title']);
|
||||
// Strip HTML tags from the title.
|
||||
$name = trim(strip_tags(render($variables['title'])));
|
||||
$query = array(
|
||||
'link' => $link,
|
||||
'name' => $name,
|
||||
|
|
|
|||
Reference in a new issue