footer.php 712 B

1234567891011121314151617181920
  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. declare( strict_types = 1 );
  10. ?>
  11. <!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"fontSize":"x-small"} -->
  12. <p class="has-x-small-font-size" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><?php
  13. /* Translators: WordPress link. */
  14. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'trellick' ) ) . '" rel="nofollow">WordPress</a>';
  15. echo sprintf(
  16. esc_html__( 'Designed with %1$s', 'trellick' ),
  17. $wordpress_link
  18. );?></p>
  19. <!-- /wp:paragraph -->