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 c62d609 commit deef79aCopy full SHA for deef79a
app/code/Magento/Theme/Block/Html/Header.php
@@ -57,7 +57,7 @@ public function getWelcome()
57
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
58
);
59
}
60
- $this->_data['welcome'] = $this->_escaper->escapeQuote($this->_data['welcome'], $addSlashes = true);
+ $this->_data['welcome'] = $this->_escaper->escapeQuote($this->_data['welcome'], true);
61
return __($this->_data['welcome']);
62
63
0 commit comments