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:
parent
75af9cc6b6
commit
ebdf64dce2
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in New Issue