Changeset 60740
- Timestamp:
- 09/15/2025 12:12:05 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/footer.php
r52013 r60740 16 16 17 17 <div class="site-info"> 18 <?php do_action( 'twentythirteen_credits' ); ?> 18 <?php 19 /** 20 * Fires before the Twenty Thirteen footer text for footer customization. 21 * 22 * @since Twenty Thirteen 1.0 23 */ 24 do_action( 'twentythirteen_credits' ); 25 ?> 19 26 <?php 20 27 if ( function_exists( 'the_privacy_policy_link' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.