Skip to content

Commit

Permalink
Twenty Twelve: output dynamic end comment ID value for navigation con…
Browse files Browse the repository at this point in the history
…tainer (above|below).

git-svn-id: http://core.svn.wordpress.org/trunk@21542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
lancewillett committed Aug 17, 2012
1 parent 02dc348 commit d39c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/twentytwelve/functions.php
Expand Up @@ -216,7 +216,7 @@ function twentytwelve_content_nav( $nav_id ) {
<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> <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-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> <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; <?php endif;
} }
endif; endif;
Expand Down

0 comments on commit d39c165

Please sign in to comment.