Ticket #5969: link_template_hook.patch
| File link_template_hook.patch, 363 bytes (added by , 18 years ago) |
|---|
-
wp-includes/link-template.php
641 641 $result = $base . $request . $query_string; 642 642 } 643 643 644 $result = apply_filters('get_pagenum_link', $result); 645 644 646 return $result; 645 647 } 646 648