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

git-svn-id: http://svn.automattic.com/wordpress/trunk@2575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-04-26 05:51:25 +00:00
parent 75af9cc6b6
commit ebdf64dce2
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 = '';