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 d8e7a20 commit f583ce2Copy full SHA for f583ce2
app/code/Magento/Wishlist/Model/Rss/Wishlist.php
@@ -163,7 +163,7 @@ public function getRssData()
163
}
164
$description .= '</p>';
165
166
- if (is_string($product->getDescription()) && trim($product->getDescription()) != '') {
+ if (is_string($product->getDescription()) && trim($product->getDescription()) !== '') {
167
$description .= '<p>' . __('Comment:') . ' '
168
. $this->outputHelper->productAttribute(
169
$product,
0 commit comments