Ticket #12158: wp_link_pages.diff
File wp_link_pages.diff, 386 bytes (added by , 14 years ago) |
---|
-
post-template.php
566 566 ); 567 567 568 568 $r = wp_parse_args( $args, $defaults ); 569 $r = apply_filters( 'wp_link_pages_args', $r ); 569 570 extract( $r, EXTR_SKIP ); 570 571 571 572 global $post, $page, $numpages, $multipage, $more, $pagenow;