mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Don't do path thing for trackback URIs
git-svn-id: https://develop.svn.wordpress.org/trunk@2168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e73cfeddd5
commit
32013f8abc
@ -303,7 +303,7 @@ function comment_time( $d = '' ) {
|
||||
|
||||
function get_trackback_url() {
|
||||
global $id;
|
||||
$tb_url = get_settings('siteurl') . '/wp-trackback.php/' . $id;
|
||||
$tb_url = get_settings('siteurl') . '/wp-trackback.php?p=' . $id;
|
||||
|
||||
if ( '' != get_settings('permalink_structure') )
|
||||
$tb_url = trailingslashit(get_permalink()) . 'trackback/';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user