]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/link-parse-opml.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-admin / link-parse-opml.php
index e0d9ffabaf584c98c82dc1b0b82a907d5df54d78..f24f420d832f4ac007962e3cbb92972cbc4f490f 100644 (file)
@@ -11,7 +11,7 @@ if ( ! defined('ABSPATH') )
 
 global $opml, $map;
 
 
 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',
 // 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);
 
 // Free up memory used by the XML parser
 xml_parser_free($xml_parser);
-?>