Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache authored Aug 2, 2016
1 parent cdeed77 commit 730f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/content-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
echo '<a href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" title="' . esc_attr( $author_name ) . '">' . esc_html( $author_name ) . '</a>';
}
echo '</div>';
a

if( !empty( $author_description ) ){
echo '<div class="author-details-content">' . $author_description . '</div>';
}
Expand Down

0 comments on commit 730f8cb

Please sign in to comment.