Skip to content

Commit

Permalink
Fix author archive title class value
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Willett committed Jul 3, 2012
1 parent 92cd3fc commit 8880707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/templates/author.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
?>

<header class="page-header">
<h1 class="page-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>
<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>
</header>

<?php
Expand Down

0 comments on commit 8880707

Please sign in to comment.