[wp-trac] Re: [WordPress Trac] #8082: Port Magpie from Snoopy to WP
HTTP Request API
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 6 20:19:08 GMT 2008
#8082: Port Magpie from Snoopy to WP HTTP Request API
---------------------+------------------------------------------------------
Reporter: ryan | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone: 2.7
Component: General | Version:
Severity: normal | Resolution: fixed
Keywords: |
---------------------+------------------------------------------------------
Comment (by jacobsantos):
{{{$response}}} is going to have a notice attached to it because you
haven't created the variable before using it.
There should be before it is used:
{{{
$response = (object) array();
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8082#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list