Twenty Twelve: output dynamic end comment ID value for navigation container (above|below).

git-svn-id: https://develop.svn.wordpress.org/trunk@21542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-17 21:20:16 +00:00
parent ee8cf061f8
commit 0c088e5f37
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function twentytwelve_content_nav( $nav_id ) {
<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3>
<div class="nav-previous alignleft"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentytwelve' ) ); ?></div>
<div class="nav-next alignright"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?></div>
</nav><!-- #nav-above -->
</nav><!-- #<?php echo $nav_id; ?> .navigation -->
<?php endif;
}
endif;