diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 74ab41dd2..c70024ab8 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -621,7 +621,7 @@ function trackback($trackback_url, $title, $excerpt, $ID) { $http_request .= 'Content-Type: application/x-www-form-urlencoded; charset='.get_settings('blog_charset')."\r\n"; $http_request .= 'Content-Length: '.strlen($query_string)."\r\n"; $http_request .= "User-Agent: WordPress/" . get_settings('version'); - $http_request .= "\r\n"; + $http_request .= "\r\n\r\n"; $http_request .= $query_string; if ( '' == $trackback_url['port'] ) $trackback_url['port'] = 80;