From 5e0cf58bfb364292dea172117a34e9f4600d597b Mon Sep 17 00:00:00 2001 From: westi Date: Fri, 19 Oct 2007 16:27:09 +0000 Subject: [PATCH] Add @since to the new phpdoc relates #5181 and [6273] git-svn-id: http://svn.automattic.com/wordpress/trunk@6274 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index bb204ea203..6b431b1fab 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -261,6 +261,7 @@ function atom_enclosure() { * * @package WordPress * @subpackage Feed + * @since 2.4 * * @param string $data input string * @return array $result array(type, value)