diff options
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; ?> |