wp/wp-content/themes/twentyfourteen/sidebar.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
--- a/wp/wp-content/themes/twentyfourteen/sidebar.php	Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/themes/twentyfourteen/sidebar.php	Mon Oct 14 17:39:30 2019 +0200
@@ -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; ?>