wp/wp-includes/IXR/class-IXR-message.php
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
   142     }
   142     }
   143 
   143 
   144     function tag_open($parser, $tag, $attr)
   144     function tag_open($parser, $tag, $attr)
   145     {
   145     {
   146         $this->_currentTagContents = '';
   146         $this->_currentTagContents = '';
   147         $this->currentTag = $tag;
   147         $this->_currentTag = $tag;
   148         switch($tag) {
   148         switch($tag) {
   149             case 'methodCall':
   149             case 'methodCall':
   150             case 'methodResponse':
   150             case 'methodResponse':
   151             case 'fault':
   151             case 'fault':
   152                 $this->messageType = $tag;
   152                 $this->messageType = $tag;