mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Ensure we always have a headers array.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1237f25dc6
commit
23edf3baa4
@ -603,6 +603,7 @@ class IXR_Client
|
||||
var $message = false;
|
||||
var $debug = false;
|
||||
var $timeout;
|
||||
var $headers = array();
|
||||
|
||||
// Storage place for an error message
|
||||
var $error = false;
|
||||
|
Loading…
Reference in New Issue
Block a user