PluginProbe
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets / trunk
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets vtrunk
4.5.4 4.2.1 4.2.2 4.2.3 4.5.0 4.5.2 4.5.3 4.2.0 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 All 146 releases
← All changes | admin/admin-settings.php +14 -2 4.5.2trunk View file →
@@ -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