Ticket #4032: comment-template-php.diff
File comment-template-php.diff, 609 bytes (added by , 18 years ago) |
---|
-
E:/EclipseWork/WordPressDev/wp-includes/comment-template.php
228 228 if ( '' != get_option('permalink_structure') ) 229 229 $tb_url = trailingslashit(get_permalink()) . user_trailingslashit('trackback', 'single_trackback'); 230 230 231 return $tb_url;231 return apply_filters('trackback_url', $tb_url); 232 232 } 233 233 function trackback_url( $display = true ) { 234 234 if ( $display)