diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-admin/link-parse-opml.php --- a/web/wp-admin/link-parse-opml.php Thu Sep 16 15:45:36 2010 +0000 +++ b/web/wp-admin/link-parse-opml.php Mon Nov 19 18:26:13 2012 +0100 @@ -11,7 +11,7 @@ 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', @@ -27,7 +27,7 @@ /** * XML callback function for the start of a new XML tag. * - * @since unknown + * @since 0.71 * @access private * * @uses $updated_timestamp Not used inside function. @@ -68,7 +68,7 @@ /** * XML callback function that is called at the end of a XML tag. * - * @since unknown + * @since 0.71 * @access private * @package WordPress * @subpackage Dummy @@ -94,4 +94,3 @@ // Free up memory used by the XML parser xml_parser_free($xml_parser); -?>