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 959e573 commit 56ca96dCopy full SHA for 56ca96d
app/code/Magento/Theme/Block/Html/Header.php
@@ -57,6 +57,6 @@ public function getWelcome()
57
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
58
);
59
}
60
- $this->escaper->escapeQuote(__($this->_data['welcome'])->render(), true);
+ return $this->escaper->escapeQuote(__($this->_data['welcome'])->render(), true);
61
62
0 commit comments