Changeset 5116

Show
Ignore:
Timestamp:
03/26/07 23:40:49 (1 year ago)
Author:
ryan
Message:

Add trackback_url filter. Props jhodgdon. fixes #4032

Files:

Legend:

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

    r5101 r5116  
    229229        $tb_url = trailingslashit(get_permalink()) . user_trailingslashit('trackback', 'single_trackback'); 
    230230 
    231     return $tb_url
     231    return apply_filters('trackback_url', $tb_url)
    232232} 
    233233function trackback_url( $display = true ) {