Ticket #8405: clean_url-for-comment-link.diff
| File clean_url-for-comment-link.diff, 324 bytes (added by , 17 years ago) |
|---|
-
wp-includes/feed.php
252 252 * @since 1.5.0 253 253 */ 254 254 function comment_link() { 255 echo get_comment_link();255 echo clean_url( get_comment_link() ); 256 256 } 257 257 258 258 /**