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

    r21464 r21618  
    2727            <header class="archive-header">
    2828                <h1 class="archive-title"><?php printf( __( 'Author Archives: %s', 'twentytwelve' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( "ID" ) ) ) . '" title="' . esc_attr( get_the_author() ) . '" rel="me">' . get_the_author() . '</a></span>' ); ?></h1>
    29             </header>
     29            </header><!-- .archive-header -->
    3030
    3131            <?php
     
    6565
    6666        </div><!-- #content -->
    67     </section><!-- #primary .site-content -->
     67    </section><!-- #primary -->
    6868
    6969<?php get_sidebar(); ?>
Note: See TracChangeset for help on using the changeset viewer.