Skip to content

Commit

Permalink
Removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Moore committed Aug 19, 2014
1 parent 5947e50 commit 46ddbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WordpressClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ private function _sendRequest($method, $params)
$this->_setXmlrpcType($params);
$this->_request = xmlrpc_encode_request($method, $params, array('encoding' => 'UTF-8', 'escaping' => 'markup'));
$body = "";
if (false && function_exists('curl_init'))
if (function_exists('curl_init'))
{
$body = $this->_requestWithCurl();
}
Expand Down

0 comments on commit 46ddbb5

Please sign in to comment.