wp/wp-content/themes/twentyfourteen/sidebar.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     8  */
     8  */
     9 ?>
     9 ?>
    10 <div id="secondary">
    10 <div id="secondary">
    11 	<?php
    11 	<?php
    12 		$description = get_bloginfo( 'description', 'display' );
    12 		$description = get_bloginfo( 'description', 'display' );
    13 		if ( ! empty ( $description ) ) :
    13 	if ( ! empty( $description ) ) :
    14 	?>
    14 	?>
    15 	<h2 class="site-description"><?php echo esc_html( $description ); ?></h2>
    15 	<h2 class="site-description"><?php echo esc_html( $description ); ?></h2>
    16 	<?php endif; ?>
    16 	<?php endif; ?>
    17 
    17 
    18 	<?php if ( has_nav_menu( 'secondary' ) ) : ?>
    18 	<?php if ( has_nav_menu( 'secondary' ) ) : ?>