X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/98a4d31e52bd56c908617df281730bd4ba58d110..e9d988989fe37ab8c5f903e47fbe36e6e00dc51f:/wp-admin/link-parse-opml.php diff --git a/wp-admin/link-parse-opml.php b/wp-admin/link-parse-opml.php index ca3e7eba..e0d9ffab 100644 --- a/wp-admin/link-parse-opml.php +++ b/wp-admin/link-parse-opml.php @@ -27,7 +27,7 @@ $map = $opml_map; /** * 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 @@ function startElement($parser, $tagName, $attrs) { /** * XML callback function that is called at the end of a XML tag. * - * @since unknown + * @since 0.71 * @access private * @package WordPress * @subpackage Dummy