Changeset 52023 for trunk/src/wp-content/themes/twentytwenty/footer.php
- Timestamp:
- 11/05/2021 10:27:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/footer.php
r52013 r52023 28 28 <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a> 29 29 </p><!-- .footer-copyright --> 30 31 <?php 32 if ( function_exists( 'the_privacy_policy_link' ) ) { 33 the_privacy_policy_link( '<p class="privacy-policy">', '</p>' ); 34 } 35 ?> 30 36 31 37 <p class="powered-by-wordpress">
Note: See TracChangeset
for help on using the changeset viewer.