Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Template / TwigNodeVisitor.php
index 8a5dc05d75084a5242064daece5b060e0387abac..5286242281a5c94b047163a4e1f96f163acd04bc 100644 (file)
@@ -43,7 +43,7 @@ class TwigNodeVisitor extends \Twig_BaseNodeVisitor {
     elseif ($node instanceof \Twig_Node_Expression_Filter) {
       $name = $node->getNode('filter')->getAttribute('value');
       if ('escape' == $name || 'e' == $name) {
-        // Use our own escape filter that is SafeMarkup aware.
+        // Use our own escape filter that is MarkupInterface aware.
         $node->getNode('filter')->setAttribute('value', 'drupal_escape');
 
         // Store that we have a filter active already that knows