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 890f8ac commit 95f48c2Copy full SHA for 95f48c2
app/code/Magento/Swatches/view/adminhtml/templates/catalog/product/attribute/visual.phtml
@@ -21,7 +21,7 @@ $stores = $block->getStoresSortedBySortOrder();
21
<th class="col-default"><span><?= $block->escapeHtml(__('Is Default')) ?></span></th>
22
<th><span><?= $block->escapeHtml(__('Swatch')) ?></span></th>
23
<?php foreach ($stores as $_store) : ?>
24
- <th<?= ($_store->getId() == \Magento\Store\Model\Store::DEFAULT_STORE_ID) ? ' class="_required"' : '' ?>
+ <th<?= ($_store->getId() == \Magento\Store\Model\Store::DEFAULT_STORE_ID) ? ' class="_required"' : '' ?>>
25
<span><?= $block->escapeHtml($_store->getName()) ?></span>
26
</th>
27
<?php endforeach; ?>
0 commit comments