Make WordPress Core


Ignore:
Timestamp:
08/25/2012 05:16:56 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: review and clean up end-of-element HTML comments. Props obenland for starter patch. Closes #21675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/footer.php

    r21404 r21618  
    33 * The template for displaying the footer.
    44 *
    5  * Contains the closing of the id=main div and all content after
     5 * Contains footer content and the closing of the
     6 * #main and #page div elements.
    67 *
    78 * @package WordPress
     
    1718        </div><!-- .site-info -->
    1819    </footer><!-- #colophon -->
    19 </div><!-- #page .site -->
     20</div><!-- #page -->
    2021
    2122<?php wp_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.