We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6c64a commit d22dc06Copy full SHA for d22dc06
lib/internal/Magento/Framework/Filter/Template.php
@@ -109,7 +109,7 @@ public function getTemplateProcessor()
109
*/
110
public function filter($value)
111
{
112
- // "depend", "if", and "include" directives should be first
+ // "depend", "if", and "template" directives should be first
113
foreach ([
114
self::CONSTRUCTION_DEPEND_PATTERN => 'dependDirective',
115
self::CONSTRUCTION_IF_PATTERN => 'ifDirective',
0 commit comments