[wp-trac] Re: [WordPress Trac] #4874: XMLRPC pingback accepts array elements as separate parameters

WordPress Trac wp-trac at lists.automattic.com
Thu Aug 30 16:58:07 GMT 2007


#4874: XMLRPC pingback accepts array elements as separate parameters
------------------------+---------------------------------------------------
 Reporter:  ringmaster  |        Owner:  anonymous 
     Type:  defect      |       Status:  new       
 Priority:  low         |    Milestone:  2.4 (next)
Component:  XML-RPC     |      Version:            
 Severity:  normal      |   Resolution:            
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by markjaquith):

 Skimming /wp-includes/class-IXR.php, it appears to be a feature of the IXR
 library (look at the IXR_Value class.

 {{{
         if ($type == 'array') {
             for ($i = 0, $j = count($this->data); $i < $j; $i++) {
                 $this->data[$i] = new IXR_Value($this->data[$i]);
             }
         }
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4874#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list