Skip to content

Commit

Permalink
Merge pull request #1178 from equalizedigital/dev/author-page
Browse files Browse the repository at this point in the history
author
  • Loading branch information
tronsymphony authored Apr 11, 2024
2 parents 17bc797 + 0e81cbe commit 5a85b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions author.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
<div class="info_link">
<a href="<?php echo wp_kses_post( $link['url'] ); ?>" class="btn btn-dark-bg">
<?php
if( empty(wp_kses_post( $link['title'] )){
if( empty( $link['title'] ){
echo 'Schedule a Call';
} else {
echo wp_kses_post( $link['title']
echo wp_kses_post( $link['title'] );
}
?>
</a>
Expand Down

0 comments on commit 5a85b8c

Please sign in to comment.