Make WordPress Core

Ticket #21494: 21494.diff

File 21494.diff, 1009 bytes (added by klagraff, 12 years ago)
  • wp-content/themes/twentytwelve/author.php

     
    2424                                the_post();
    2525                        ?>
    2626
    27                         <header class="page-header">
    28                                 <h1 class="archive-title author"><?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>
     27                        <header class="archive-header">
     28                                <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>
    2929                        </header>
    3030
    3131                        <?php