wp/wp-content/themes/twentyfifteen/footer.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    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