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