Ticket #37952: 37952.diff
File 37952.diff, 682 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/link-template.php
2528 2528 if ( $GLOBALS['wp_query']->max_num_pages > 1 ) { 2529 2529 $args = wp_parse_args( $args, array( 2530 2530 'mid_size' => 1, 2531 'prev_text' => _x( 'Previous', 'previous post' ),2532 'next_text' => _x( 'Next', 'next post' ),2531 'prev_text' => _x( 'Previous', 'previous set of posts' ), 2532 'next_text' => _x( 'Next', 'next set of posts' ), 2533 2533 'screen_reader_text' => __( 'Posts navigation' ), 2534 2534 ) ); 2535 2535