X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8a06f4f9392d1ac373442f82ee40428a3cb81395..refs/tags/wordpress-4.1-scripts:/wp-includes/atomlib.php diff --git a/wp-includes/atomlib.php b/wp-includes/atomlib.php index e75ca394..9d34276a 100644 --- a/wp-includes/atomlib.php +++ b/wp-includes/atomlib.php @@ -7,7 +7,7 @@ * * @author Elias Torres * @version 0.4 - * @since 2.3 + * @since 2.3.0 */ /** @@ -131,8 +131,8 @@ class AtomParser { if(!xml_parse($parser, $data, feof($fp))) { trigger_error(sprintf(__('XML error: %s at line %d')."\n", - xml_error_string(xml_get_error_code($xml_parser)), - xml_get_current_line_number($xml_parser))); + xml_error_string(xml_get_error_code($parser)), + xml_get_current_line_number($parser))); $ret = false; break; } @@ -350,5 +350,3 @@ class AtomParser { $string ); } } - -?>