Changeset 47122 for trunk/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
r46827 r47122 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; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- static output ?>"> 35 35 <?php if ( $has_footer_menu ) { ?> 36 36
Note: See TracChangeset
for help on using the changeset viewer.