X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fef8173b8c3bad08f495551e43cfdeac1cae6021..c55863f11e8589bf8d4a5698bf15752406654f1c:/wp-admin/link-parse-opml.php?ds=sidebyside diff --git a/wp-admin/link-parse-opml.php b/wp-admin/link-parse-opml.php index e0d9ffab..f24f420d 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', @@ -94,4 +94,3 @@ if (!xml_parse($xml_parser, $opml, true)) { // Free up memory used by the XML parser xml_parser_free($xml_parser); -?>