footer-2.php 649 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Title: Footer 2
  4. * Slug: kigen/footer-2
  5. * Categories: featured, footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"fontSize":"x-small"} -->
  10. <p class="has-x-small-font-size" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><?php
  11. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'kigen' ) ) . '" rel="nofollow">WordPress</a>';
  12. echo sprintf(
  13. /* Translators: WordPress link. */
  14. esc_html__( 'Designed with %1$s', 'kigen' ),
  15. $wordpress_link
  16. );?></p>
  17. <!-- /wp:paragraph -->