File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
app/code/Magento/Cms/view/frontend/templates/widget/link Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © 2016 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
7
+ /**
8
+ * @var \Magento\Cms\Block\Widget\Page\Link $block
9
+ */
6
10
?>
7
11
<div class="widget block block-cms-link">
8
- <a <?php /* @escapeNotVerified */ echo $ block ->getLinkAttributes () ?> >
12
+ <a <?php /* @noEscape */ echo $ block ->getLinkAttributes () ?> >
9
13
<span><?php echo $ block ->escapeHtml ($ block ->getLabel ()) ?> </span>
10
14
</a>
11
15
</div>
Original file line number Diff line number Diff line change 3
3
* Copyright © 2016 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
7
+ /**
8
+ * @var \Magento\Cms\Block\Widget\Page\Link $block
9
+ */
6
10
?>
7
11
<span class="widget block block-cms-link-inline">
8
- <a <?php /* @escapeNotVerified */ echo $ block ->getLinkAttributes () ?> >
12
+ <a <?php /* @noEscape */ echo $ block ->getLinkAttributes () ?> >
9
13
<span><?php echo $ block ->escapeHtml ($ block ->getLabel ()) ?> </span>
10
14
</a>
11
15
</span>
You can’t perform that action at this time.
0 commit comments