From cdeed775d63b4f4a345064844aeb8add745f5816 Mon Sep 17 00:00:00 2001 From: Rodica-Elena Andronache Date: Tue, 2 Aug 2016 16:27:13 +0300 Subject: [PATCH 1/3] Fixed issue with html beeing outputed in author description --- template-parts/content-single.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template-parts/content-single.php b/template-parts/content-single.php index c2357d7..86e37d0 100644 --- a/template-parts/content-single.php +++ b/template-parts/content-single.php @@ -87,9 +87,9 @@ echo '' . esc_html( $author_name ) . ''; } echo ''; - +a if( !empty( $author_description ) ){ - echo '
' . esc_html( $author_description ) . '
'; + echo '
' . $author_description . '
'; } echo ''; From 730f8cb113217fbb230d5a26efea084fdc823997 Mon Sep 17 00:00:00 2001 From: Rodica-Elena Andronache Date: Tue, 2 Aug 2016 16:29:29 +0300 Subject: [PATCH 2/3] Fixed typo --- template-parts/content-single.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-parts/content-single.php b/template-parts/content-single.php index 86e37d0..70d624e 100644 --- a/template-parts/content-single.php +++ b/template-parts/content-single.php @@ -87,7 +87,7 @@ echo '' . esc_html( $author_name ) . ''; } echo ''; -a + if( !empty( $author_description ) ){ echo '
' . $author_description . '
'; } From 2d9e1e74f1258dce7f07f16910a321f3d5e1cb17 Mon Sep 17 00:00:00 2001 From: Rodica-Elena Andronache Date: Tue, 2 Aug 2016 16:30:16 +0300 Subject: [PATCH 3/3] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c3f9922..f4fdd94 100644 --- a/style.css +++ b/style.css @@ -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