Changeset 61643 for trunk/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
- Timestamp:
- 02/14/2026 11:45:50 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
r53880 r61643 32 32 if ( $has_footer_menu || $has_social_menu ) { 33 33 ?> 34 <div class="footer-top<?php echo $footer_top_classes; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- static output?>">34 <div class="footer-top<?php echo $footer_top_classes; ?>"> 35 35 <?php if ( $has_footer_menu ) { ?> 36 36
Note: See TracChangeset
for help on using the changeset viewer.