equal
deleted
inserted
replaced
20 * |
20 * |
21 * @since Twenty Fifteen 1.0 |
21 * @since Twenty Fifteen 1.0 |
22 */ |
22 */ |
23 do_action( 'twentyfifteen_credits' ); |
23 do_action( 'twentyfifteen_credits' ); |
24 ?> |
24 ?> |
25 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a> |
25 <?php |
|
26 if ( function_exists( 'the_privacy_policy_link' ) ) { |
|
27 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); |
|
28 } |
|
29 ?> |
|
30 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>" class="imprint"> |
|
31 <?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?> |
|
32 </a> |
26 </div><!-- .site-info --> |
33 </div><!-- .site-info --> |
27 </footer><!-- .site-footer --> |
34 </footer><!-- .site-footer --> |
28 |
35 |
29 </div><!-- .site --> |
36 </div><!-- .site --> |
30 |
37 |