wp/wp-content/themes/twentyfourteen/footer.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    16 
    16 
    17 			<?php get_sidebar( 'footer' ); ?>
    17 			<?php get_sidebar( 'footer' ); ?>
    18 
    18 
    19 			<div class="site-info">
    19 			<div class="site-info">
    20 				<?php do_action( 'twentyfourteen_credits' ); ?>
    20 				<?php do_action( 'twentyfourteen_credits' ); ?>
    21 				<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
    21 				<?php
       
    22 				if ( function_exists( 'the_privacy_policy_link' ) ) {
       
    23 					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
       
    24 				}
       
    25 				?>
       
    26 				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint">
       
    27 					<?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?>
       
    28 				</a>
    22 			</div><!-- .site-info -->
    29 			</div><!-- .site-info -->
    23 		</footer><!-- #colophon -->
    30 		</footer><!-- #colophon -->
    24 	</div><!-- #page -->
    31 	</div><!-- #page -->
    25 
    32 
    26 	<?php wp_footer(); ?>
    33 	<?php wp_footer(); ?>