| @@ -1711,10 +1711,22 @@ | ||
| 1711 | 1711 | </div> |
| 1712 | 1712 | |
| 1713 | 1713 | <div class="bdt-width-expand@s bdt-text-right"> |
| 1714 | 1714 | <p class=""> |
| 1715 | - Ultimate Post Kit Pro plugin made with love by <a target="_blank" href="https://bdthemes.com">BdThemes</a> Team. | |
| 1716 | - <br>All rights reserved by <a target="_blank" href="https://bdthemes.com">BdThemes.com</a>. | |
| 1715 | + <?php | |
| 1716 | + printf( | |
| 1717 | + /* translators: %s: link to the BdThemes website. */ | |
| 1718 | + esc_html__('Ultimate Post Kit Pro plugin made with love by %s Team.', 'ultimate-post-kit'), | |
| 1719 | + '<a target="_blank" href="' . esc_url('https://bdthemes.com') . '">BdThemes</a>' | |
| 1720 | + ); | |
| 1721 | + ?> | |
| 1722 | + <br><?php | |
| 1723 | + printf( | |
| 1724 | + /* translators: %s: link to the BdThemes website. */ | |
| 1725 | + esc_html__('All rights reserved by %s.', 'ultimate-post-kit'), | |
| 1726 | + '<a target="_blank" href="' . esc_url('https://bdthemes.com') . '">BdThemes.com</a>' | |
| 1727 | + ); | |
| 1728 | + ?> | |
| 1717 | 1729 | </p> |
| 1718 | 1730 | </div> |
| 1719 | 1731 | </div> |
| 1720 | 1732 | |