mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Twenty Twelve: output dynamic end comment ID value for navigation container (above|below).
git-svn-id: http://core.svn.wordpress.org/trunk@21542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
02dc348b57
commit
d39c16594b
@ -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">←</span> Older posts', 'twentytwelve' ) ); ?></div>
|
||||
<div class="nav-next alignright"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?></div>
|
||||
</nav><!-- #nav-above -->
|
||||
</nav><!-- #<?php echo $nav_id; ?> .navigation -->
|
||||
<?php endif;
|
||||
}
|
||||
endif;
|
||||
|
Loading…
Reference in New Issue
Block a user