Ticket #9711: post-template.php.diff
| File post-template.php.diff, 590 bytes (added by , 17 years ago) |
|---|
-
wp-includes/post-template.php
224 224 } else { 225 225 $output = balanceTags($output); 226 226 if ( ! empty($more_link_text) ) 227 $output .= ' <a href="'. get_permalink() . "#more-$id\" class=\"more-link\">$more_link_text</a>";227 $output .= apply_filters( 'the_content_more_link', ' <a href="'. get_permalink() . "#more-$id\" class=\"more-link\">$more_link_text</a>", $more_link_text ); 228 228 } 229 229 230 230 }