diff --git a/core/lib/Drupal/Core/Utility/Title.php b/core/lib/Drupal/Core/Utility/Title.php deleted file mode 100644 index 40a3a91e278a5fc30de63cfcef2e92b696fb08f0..0000000000000000000000000000000000000000 --- a/core/lib/Drupal/Core/Utility/Title.php +++ /dev/null @@ -1,30 +0,0 @@ -options['title'])) { $value = $this->globalTokenReplace($this->options['title']); - $this->view->setTitle($this->sanitizeValue($value, 'xss_admin'), UtilityTitle::PASS_THROUGH); + $this->view->setTitle($this->sanitizeValue($value, 'xss_admin')); } }