diff options
Diffstat (limited to 'plugins/jetpack/class.jetpack-ixr-client.php')
-rw-r--r-- | plugins/jetpack/class.jetpack-ixr-client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/class.jetpack-ixr-client.php b/plugins/jetpack/class.jetpack-ixr-client.php index 8d6e52fe..7eefee5f 100644 --- a/plugins/jetpack/class.jetpack-ixr-client.php +++ b/plugins/jetpack/class.jetpack-ixr-client.php @@ -49,7 +49,7 @@ class Jetpack_IXR_Client extends IXR_Client { $this->error = new IXR_Error( -32300, 'transport error - HTTP status code was not 200' ); return false; } - + $content = wp_remote_retrieve_body( $response ); // Now parse what we've got back |