Make WordPress Core

Ticket #30762: 30762.patch

File 30762.patch, 636 bytes (added by SergeyBiryukov, 10 years ago)
  • src/wp-includes/link-template.php

     
    23102310        if ( $GLOBALS['wp_query']->max_num_pages > 1 ) {
    23112311                $args = wp_parse_args( $args, array(
    23122312                        'mid_size'           => 1,
    2313                         'prev_text'          => __( 'Previous' ),
    2314                         'next_text'          => __( 'Next' ),
     2313                        'prev_text'          => _x( 'Previous', 'previous post' ),
     2314                        'next_text'          => _x( 'Next', 'next post' ),
    23152315                        'screen_reader_text' => __( 'Posts navigation' ),
    23162316                ) );
    23172317