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

Commit

Permalink
Merge pull request #134 from Codeinwp/development
Browse files Browse the repository at this point in the history
Fixed issue with html beeing outputed in author description
  • Loading branch information
rodica-andronache authored Aug 2, 2016
2 parents 74e0922 + 2d9e1e7 commit 18b77e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://themeisle.com/themes/zillah/
Author: ThemeIsle
Author URI: http://themeisle.com
Description: Zillah is a free blogging WordPress theme.
Version: 1.0.11
Version: 1.0.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zillah
Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
echo '</div>';

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

echo '</div>';
Expand Down

0 comments on commit 18b77e2

Please sign in to comment.