Changeset 5019 for trunk/wp-includes/comment-template.php
- Timestamp:
- 03/10/2007 06:18:43 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r4990 r5019 227 227 228 228 if ( '' != get_option('permalink_structure') ) 229 $tb_url = trailingslashit(get_permalink()) . user_trailingslashit('trackback' );229 $tb_url = trailingslashit(get_permalink()) . user_trailingslashit('trackback', 'single_trackback'); 230 230 231 231 return $tb_url;
Note: See TracChangeset
for help on using the changeset viewer.