Ticket #30762: 30762.patch
File 30762.patch, 636 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/link-template.php
2310 2310 if ( $GLOBALS['wp_query']->max_num_pages > 1 ) { 2311 2311 $args = wp_parse_args( $args, array( 2312 2312 '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' ), 2315 2315 'screen_reader_text' => __( 'Posts navigation' ), 2316 2316 ) ); 2317 2317