Changeset 61654 for trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php
- Timestamp:
- 02/16/2026 10:38:01 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php
r59907 r61654 37 37 <?php if ( $description && true === get_theme_mod( 'display_title_and_tagline', true ) ) : ?> 38 38 <p class="site-description"> 39 <?php echo $description; // phpcs:ignore WordPress.Security.EscapeOutput?>39 <?php echo $description; ?> 40 40 </p> 41 41 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.