Skip to content

Commit

Permalink
fixed - buyline escape function
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed May 30, 2024
1 parent 46a01f7 commit 06a667b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/layouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function eqd_single_fullwidth_content() {
<?php echo get_avatar( $id_meta, 40 ); ?>
<span class="entry-info">
<span>
Written By <?php echo esc_html( get_author_posts_link_by_id( $id_meta ) ); ?>
Written By <?php echo wp_kses_post( get_author_posts_link_by_id( $id_meta ) ); ?>
</span>
</span>
</span>
Expand Down

0 comments on commit 06a667b

Please sign in to comment.