~canonical-sysadmins/wordpress/4.1.3

« back to all changes in this revision

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

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

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'