Changeset 49994 for trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php
- Timestamp:
- 01/21/2021 12:15:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php
r49826 r49994 35 35 <?php endif; ?> 36 36 37 <?php if ( $description && get_theme_mod( 'display_title_and_tagline', true ) === true) : ?>37 <?php if ( $description && true === get_theme_mod( 'display_title_and_tagline', true ) ) : ?> 38 38 <p class="site-description"> 39 39 <?php echo $description; // phpcs:ignore WordPress.Security.EscapeOutput ?>
Note: See TracChangeset
for help on using the changeset viewer.