designed-with-wordpress.php 573 B

1234567891011
  1. <?php
  2. /**
  3. * Title: Designed with WordPress
  4. * Slug: vetro/designed-with-wordpress
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1","fontStyle":"normal","fontWeight":"500"}},"fontSize":"small"} -->
  9. <p class="has-small-font-size" style="font-style:normal;font-weight:500;line-height:1"><?php echo esc_html__( 'Designed with ', 'vetro' ); ?><a rel="noreferrer noopener" href="http://wordpress.org" data-type="URL" data-id="wordpress.org" target="_blank"><?php echo esc_html__( 'WordPress.', 'vetro' ); ?></a></p>
  10. <!-- /wp:paragraph --><?php