]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/twentyfifteen/footer.php
WordPress 4.6.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyfifteen / footer.php
1 <?php
2 /**
3  * The template for displaying the footer
4  *
5  * Contains the closing of the "site-content" div and all content after.
6  *
7  * @package WordPress
8  * @subpackage Twenty_Fifteen
9  * @since Twenty Fifteen 1.0
10  */
11 ?>
12
13         </div><!-- .site-content -->
14
15         <footer id="colophon" class="site-footer" role="contentinfo">
16                 <div class="site-info">
17                         <?php
18                                 /**
19                                  * Fires before the Twenty Fifteen footer text for footer customization.
20                                  *
21                                  * @since Twenty Fifteen 1.0
22                                  */
23                                 do_action( 'twentyfifteen_credits' );
24                         ?>
25                         <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>
26                 </div><!-- .site-info -->
27         </footer><!-- .site-footer -->
28
29 </div><!-- .site -->
30
31 <?php wp_footer(); ?>
32
33 </body>
34 </html>