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