X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fef8173b8c3bad08f495551e43cfdeac1cae6021..4713a14935b83517997f3c88f808eb41da55033d:/wp-admin/link-parse-opml.php diff --git a/wp-admin/link-parse-opml.php b/wp-admin/link-parse-opml.php index e0d9ffab..99e17b2d 100644 --- a/wp-admin/link-parse-opml.php +++ b/wp-admin/link-parse-opml.php @@ -11,7 +11,7 @@ if ( ! defined('ABSPATH') ) global $opml, $map; -// columns we wish to find are: link_url, link_name, link_target, link_description +// columns we wish to find are: link_url, link_name, link_target, link_description // we need to map XML attribute names to our columns $opml_map = array('URL' => 'link_url', 'HTMLURL' => 'link_url', @@ -70,8 +70,6 @@ function startElement($parser, $tagName, $attrs) { * * @since 0.71 * @access private - * @package WordPress - * @subpackage Dummy * * @param mixed $parser XML Parser resource. * @param string $tagName XML tag name. @@ -94,4 +92,3 @@ if (!xml_parse($xml_parser, $opml, true)) { // Free up memory used by the XML parser xml_parser_free($xml_parser); -?>