Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bschneidewind committed Feb 14, 2025
1 parent 254a0db commit c88e05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyten/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div id="masthead">
<div id="branding" role="banner">
<?php twentyten_site_logo(); ?>
<?php if ( get_bloginfo( 'description' ) && display_header_text() ) : ?>
<?php if ( get_bloginfo( 'description' ) ) : ?>
<div id="site-description"><?php bloginfo( 'description' ); ?></div>
<?php endif; ?>

Expand Down

0 comments on commit c88e05b

Please sign in to comment.