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/index.php

    r21404 r21618  
    3636                <header class="entry-header">
    3737                    <h1 class="entry-title"><?php _e( 'No posts to display', 'twentytwelve' ); ?></h1>
    38                 </header><!-- .entry-header -->
     38                </header>
    3939
    4040                <div class="entry-content">
     
    4747                <header class="entry-header">
    4848                    <h1 class="entry-title"><?php _e( 'Nothing found', 'twentytwelve' ); ?></h1>
    49                 </header><!-- .entry-header -->
     49                </header>
    5050
    5151                <div class="entry-content">
     
    6060
    6161        </div><!-- #content -->
    62     </div><!-- #primary .site-content -->
     62    </div><!-- #primary -->
    6363
    6464<?php get_sidebar(); ?>
Note: See TracChangeset for help on using the changeset viewer.