diff --git a/wp-includes/comment-functions.php b/wp-includes/comment-functions.php index 1259995ebe..d2c0b688d9 100644 --- a/wp-includes/comment-functions.php +++ b/wp-includes/comment-functions.php @@ -2208,7 +2208,7 @@ function trackback($trackback_url, $title, $excerpt, $ID) { return; $options = array(); - $options['timeout'] = 4; + $options['timeout'] = 10; $options['body'] = array( 'title' => $title, 'url' => get_permalink($ID), diff --git a/wp-includes/version.php b/wp-includes/version.php index e3cce42e70..2f090d0150 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33947'; +$wp_version = '4.4-alpha-33948'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.