Ticket #5403: 5403.patch
File 5403.patch, 519 bytes (added by , 17 years ago) |
---|
-
wp-includes/link-template.php
440 440 $title = apply_filters('the_title', $title, $post); 441 441 $string = '<a href="'.get_permalink($post->ID).'">'; 442 442 $link = str_replace('%title', $title, $link); 443 $link = $ pre . $string . $link . '</a>';443 $link = $string . $link . '</a>'; 444 444 445 445 $format = str_replace('%link', $link, $format); 446 446