~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-content/themes/twentytwelve/footer.php

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * The template for displaying the footer
 
4
 *
 
5
 * Contains footer content and the closing of the #main and #page div elements.
 
6
 *
 
7
 * @package WordPress
 
8
 * @subpackage Twenty_Twelve
 
9
 * @since Twenty Twelve 1.0
 
10
 */
 
11
?>
 
12
        </div><!-- #main .wrapper -->
 
13
        <footer id="colophon" role="contentinfo">
 
14
                <div class="site-info">
 
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>
 
17
                </div><!-- .site-info -->
 
18
        </footer><!-- #colophon -->
 
19
</div><!-- #page -->
 
20
 
 
21
<?php wp_footer(); ?>
 
22
</body>
 
23
</html>
 
 
b'\\ No newline at end of file'