Changeset 60742
- Timestamp:
- 09/15/2025 05:18:11 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/footer.php
r59158 r60742 19 19 20 20 <div class="site-info"> 21 <?php do_action( 'twentyfourteen_credits' ); ?> 21 <?php 22 /** 23 * Fires before the Twenty Fourteen footer text for footer customization. 24 * 25 * @since Twenty Fourteen 1.0 26 */ 27 do_action( 'twentyfourteen_credits' ); 28 ?> 22 29 <?php 23 30 if ( function_exists( 'the_privacy_policy_link' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.