Ticket #25808: 25808.patch
| File 25808.patch, 544 bytes (added by , 12 years ago) |
|---|
-
src/wp-content/themes/twentyfourteen/sidebar.php
9 9 ?> 10 10 <div id="secondary"> 11 11 <?php 12 $description = get_bloginfo( 'description' );12 $description = get_bloginfo( 'description', 'display' ); 13 13 if ( ! empty ( $description ) ) : 14 14 ?> 15 15 <h2 class="site-description"><?php echo esc_html( $description ); ?></h2>