12345678910111213 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- ?>
- <small class="bugs">
- <span><?= /* @escapeNotVerified */ __('Help Us Keep Magento Healthy') ?></span>
- <a href="http://www.magentocommerce.com/bug-tracking"
- target="_blank" title="<?= /* @escapeNotVerified */ __('Report All Bugs') ?>">
- <?= /* @escapeNotVerified */ __('Report All Bugs') ?>
- </a>
- </small>
|