credit.php 741 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: nested/credit
  5. * inserter: no
  6. * hidden: true
  7. */
  8. ?>
  9. <!-- wp:paragraph {"align":"right","style":{"typography":{"letterSpacing":"0px","fontStyle":"normal","fontWeight":"400","textTransform":"uppercase","lineHeight":"1","fontSize":"1.5rem"}}} -->
  10. <p class="has-text-align-right" style="font-size:1.5rem;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1;text-transform:uppercase">
  11. <?php
  12. /* Translators: WordPress link. */
  13. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'nested' ) ) . '" rel="nofollow">WordPress</a>';
  14. echo sprintf(
  15. esc_html__( 'Designed with %1$s', 'nested' ),
  16. $wordpress_link
  17. );
  18. ?>
  19. </p>
  20. <!-- /wp:paragraph -->