Fix WP version in pingbacks. http://mosquito.wordpress.org/view.php?id=1285 Props: error

git-svn-id: https://develop.svn.wordpress.org/trunk@2575 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-04-26 05:51:25 +00:00
parent 017d679aa4
commit 41b7c1ba73
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ function pingback($content, $post_ID) {
}
function discover_pingback_server_uri($url, $timeout_bytes = 2048) {
global $wp_version;
$byte_count = 0;
$contents = '';