Ticket #6985: link-template.php.diff
| File link-template.php.diff, 459 bytes (added by JohnLamansky, 5 years ago) |
|---|
-
wp-includes/link-template.php
611 611 612 612 $format = str_replace('%link', $link, $format); 613 613 614 echo $format; 614 $adjacent = $previous ? 'previous' : 'next'; 615 echo apply_filters( "{$adjacent}_post_link", $format, $link ); 615 616 } 616 617 617 618 function get_pagenum_link($pagenum = 1) {
