mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-03 05:02:52 +00:00
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:
parent
017d679aa4
commit
41b7c1ba73
@ -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
Block a user