Changeset 4886 for trunk/wp-includes/comment-template.php
- Timestamp:
- 02/15/2007 07:07:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r4656 r4886 227 227 228 228 if ( '' != get_option('permalink_structure') ) 229 $tb_url = trailingslashit(get_permalink()) . 'trackback/';229 $tb_url = trailingslashit(get_permalink()) . user_trailingslashit('trackback'); 230 230 231 231 return $tb_url;
Note: See TracChangeset
for help on using the changeset viewer.