Skip to content

Commit

Permalink
author
Browse files Browse the repository at this point in the history
  • Loading branch information
tronsymphony committed Apr 11, 2024
1 parent eac49e0 commit 0e81cbe
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 0e81cbe

Please sign in to comment.