mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Setup an initial value to avoid a Notice. See #8916 props wnorris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88838cc993
commit
7d59ed3ba4
@ -556,6 +556,7 @@ class IXR_Client {
|
||||
}
|
||||
fputs($fp, $request);
|
||||
$contents = '';
|
||||
$debug_contents = '';
|
||||
$gotFirstLine = false;
|
||||
$gettingHeaders = true;
|
||||
while (!feof($fp)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user