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 e67ce21 commit 53257cbCopy full SHA for 53257cb
app/code/Magento/Review/view/frontend/templates/product/view/list.phtml
@@ -11,9 +11,11 @@ $format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT;
11
?>
12
<?php if (count($_items)) : ?>
13
<div class="block review-list" id="customer-reviews">
14
- <div class="block-title">
15
- <strong><?= $block->escapeHtml(__('Customer Reviews')) ?></strong>
16
- </div>
+ <?php if (!$block->getHideTitle()): ?>
+ <div class="block-title">
+ <strong><?= $block->escapeHtml(__('Customer Reviews')) ?></strong>
17
+ </div>
18
+ <?php endif ?>
19
<div class="block-content">
20
<div class="toolbar review-toolbar">
21
<?= $block->getChildHtml('toolbar') ?>
0 commit comments