Untitled diff

Created Diff never expires
5 removals
24 lines
4 additions
23 lines
<?php
<?php
/**
/**
* The template for displaying the footer.
* The template for displaying the footer
*
*
* Contains footer content and the closing of the
* Contains footer content and the closing of the #main and #page div elements.
* #main and #page div elements.
*
*
* @package WordPress
* @package WordPress
* @subpackage Twenty_Twelve
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
* @since Twenty Twelve 1.0
*/
*/
?>
?>
</div><!-- #main .wrapper -->
</div><!-- #main .wrapper -->
<footer id="colophon" role="contentinfo">
<footer id="colophon" role="contentinfo">
<div class="site-info">
<div class="site-info">
<?php do_action( 'twentytwelve_credits' ); ?>
<?php do_action( 'twentytwelve_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
</div><!-- .site-info -->
</div><!-- .site-info -->
</footer><!-- #colophon -->
</footer><!-- #colophon -->
</div><!-- #page -->
</div><!-- #page -->


<?php wp_footer(); ?>
<?php wp_footer(); ?>
</body>
</body>
</html>
</html>