Skip to content

Commit

Permalink
Fix typo in Link Page pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed May 11, 2023
1 parent 48c6360 commit 0a86f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/page-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
<!-- /wp:buttons -->
<!-- wp:paragraph {"align":"center","fontSize":"small"} -->
<p class="has-text-align-center has-small-font-size"><a href=https://wordpress.org/themes/frost/"><?php echo esc_html__( 'Made with Frost', 'frost' ); ?></a></p>
<p class="has-text-align-center has-small-font-size"><a href="https://wordpress.org/themes/frost/"><?php echo esc_html__( 'Made with Frost', 'frost' ); ?></a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

0 comments on commit 0a86f37

Please sign in to comment.