Make WordPress Core


Ignore:
Timestamp:
03/10/2007 06:18:43 AM (18 years ago)
Author:
markjaquith
Message:

user_trailingslashit filter for users who sometimes want trailing slashes only on certain URL types. fixes #3899

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r4990 r5019  
    227227
    228228    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');
    230230
    231231    return $tb_url;
Note: See TracChangeset for help on using the changeset viewer.