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

    r21404 r21618  
    3333                <header class="entry-header">
    3434                    <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>
    35                 </header><!-- .entry-header -->
     35                </header>
    3636
    3737                <div class="entry-content">
     
    4444
    4545        </div><!-- #content -->
    46     </section><!-- #primary .site-content -->
     46    </section><!-- #primary -->
    4747
    4848<?php get_sidebar(); ?>
Note: See TracChangeset for help on using the changeset viewer.