Changeset 43571 for trunk/src/wp-content/themes/twentyfourteen/sidebar.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/sidebar.php
r42343 r43571 12 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> 16 16 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.