mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Twenty Fifteen: Our next-previous labels were reversed.
Props iamtakashi, fixes #30265. git-svn-id: https://develop.svn.wordpress.org/trunk@30247 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -25,8 +25,8 @@ get_header(); ?>
|
||||
|
||||
<?php
|
||||
the_post_navigation( array(
|
||||
'next_text' => _x( '<span class="meta-nav">Previous</span><span class="post-title">%title</span>', 'Previous post link', 'twentyfifteen' ),
|
||||
'prev_text' => _x( '<span class="meta-nav">Next</span><span class="post-title">%title</span>', 'Next post link', 'twentyfifteen' ),
|
||||
'next_text' => _x( '<span class="meta-nav">Next</span><span class="post-title">%title</span>', 'Next post link', 'twentyfifteen' ),
|
||||
'prev_text' => _x( '<span class="meta-nav">Previous</span><span class="post-title">%title</span>', 'Previous post link', 'twentyfifteen' ),
|
||||
) );
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user