Ticket #25273: 25273.patch
| File 25273.patch, 520 bytes (added by , 12 years ago) |
|---|
-
wp-includes/post-template.php
667 667 } elseif ( $more ) { 668 668 $output .= $before; 669 669 $i = $page - 1; 670 if ( $i ) {670 if ( $i > 0 ) { 671 671 $link = _wp_link_page( $i ) . $link_before . $previouspagelink . $link_after . '</a>'; 672 672 $link = apply_filters( 'wp_link_pages_link', $link, $i ); 673 673 $output .= $separator . $link;