]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/link-template.php
WordPress 4.1.1-scripts
[autoinstalls/wordpress.git] / wp-includes / link-template.php
index 97a59906ba2fc5c5f0359bcdc32db94f77ff959e..a9f87d6e5e583dfb0199bf1ea9281ae7af5d9ae5 100644 (file)
@@ -2310,8 +2310,8 @@ function get_the_posts_pagination( $args = array() ) {
        if ( $GLOBALS['wp_query']->max_num_pages > 1 ) {
                $args = wp_parse_args( $args, array(
                        'mid_size'           => 1,
-                       'prev_text'          => __( 'Previous' ),
-                       'next_text'          => __( 'Next' ),
+                       'prev_text'          => _x( 'Previous', 'previous post' ),
+                       'next_text'          => _x( 'Next', 'next post' ),
                        'screen_reader_text' => __( 'Posts navigation' ),
                ) );