diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-01-01 22:14:18 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-01-01 22:14:18 -0500 |
commit | c00d17bd8b26b20be39ada518d07bb5a07478b29 (patch) | |
tree | acd2e2e9f27dd228d918fce844077a22a7acdf33 /themes/twentyfourteen/sidebar.php | |
parent | Update jetpack 6.3.2 (diff) | |
download | blogs-gentoo-c00d17bd8b26b20be39ada518d07bb5a07478b29.tar.gz blogs-gentoo-c00d17bd8b26b20be39ada518d07bb5a07478b29.tar.bz2 blogs-gentoo-c00d17bd8b26b20be39ada518d07bb5a07478b29.zip |
Update twentyfourteen 2.4
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'themes/twentyfourteen/sidebar.php')
-rw-r--r-- | themes/twentyfourteen/sidebar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/twentyfourteen/sidebar.php b/themes/twentyfourteen/sidebar.php index 6117b7f5..be3c8e02 100644 --- a/themes/twentyfourteen/sidebar.php +++ b/themes/twentyfourteen/sidebar.php @@ -10,7 +10,7 @@ <div id="secondary"> <?php $description = get_bloginfo( 'description', 'display' ); - if ( ! empty( $description ) ) : + if ( ! empty ( $description ) ) : ?> <h2 class="site-description"><?php echo esc_html( $description ); ?></h2> <?php endif; ?> |