AtomParser::_p() WordPress Method
The AtomParser::_p() method is a private method used by the AtomParser class to parse an Atom feed.
AtomParser::_p( $msg ) #
Source
File: wp-includes/atomlib.php
function _p($msg) { if($this->debug) { print str_repeat(" ", $this->depth * $this->indent) . $msg ."\n"; } }
Expand full source codeCollapse full source codeView on TracView on GitHub