Changeset 26444
- Timestamp:
- 11/27/2013 11:09:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/sidebar.php
r26227 r26444 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 ?>
Note: See TracChangeset
for help on using the changeset viewer.