Changeset 52082 for trunk/src/wp-content/themes/twentytwentyone/footer.php
- Timestamp:
- 11/09/2021 10:24:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/footer.php
r52013 r52082 54 54 <?php endif; ?> 55 55 </div><!-- .site-name --> 56 57 <?php 58 if ( function_exists( 'the_privacy_policy_link' ) ) { 59 the_privacy_policy_link( '<div class="privacy-policy">', '</div>' ); 60 } 61 ?> 62 56 63 <div class="powered-by"> 57 64 <?php
Note: See TracChangeset
for help on using the changeset viewer.