Ticket #19640: 19640.diff
File 19640.diff, 473 bytes (added by , 12 years ago) |
---|
-
wp-includes/link-template.php
1363 1363 $format = str_replace('%link', $link, $format); 1364 1364 1365 1365 $adjacent = $previous ? 'previous' : 'next'; 1366 echo apply_filters( "{$adjacent}_post_link", $format, $link );1366 echo apply_filters( "{$adjacent}_post_link", $format, $link, $post ); 1367 1367 } 1368 1368 1369 1369 /**