Changeset 42343 for trunk/src/wp-content/themes/twentyfourteen/sidebar.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/sidebar.php
r26444 r42343 11 11 <?php 12 12 $description = get_bloginfo( 'description', 'display' ); 13 if ( ! empty( $description ) ) :13 if ( ! empty( $description ) ) : 14 14 ?> 15 15 <h2 class="site-description"><?php echo esc_html( $description ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.