footer.php 682 B

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