Make WordPress Core


Ignore:
Timestamp:
02/15/2007 07:07:12 AM (18 years ago)
Author:
markjaquith
Message:

Consistent use or disuse of trailing slashes in URLs according to user preference. props MathiasBynens. fixes #1485

File:
1 edited

Legend:

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

    r4656 r4886  
    227227
    228228    if ( '' != get_option('permalink_structure') )
    229         $tb_url = trailingslashit(get_permalink()) . 'trackback/';
     229        $tb_url = trailingslashit(get_permalink()) . user_trailingslashit('trackback');
    230230
    231231    return $tb_url;
Note: See TracChangeset for help on using the changeset viewer.