Ticket #9674: 9674.19.diff
File 9674.19.diff, 409 bytes (added by , 15 years ago) |
---|
-
wp-includes/link-template.php
195 195 $post_link = home_url($post_link); 196 196 } 197 197 198 return apply_filters('post_type_link', $post_link, $id );198 return apply_filters('post_type_link', $post_link, $id, $leavename); 199 199 } 200 200 201 201 /**