Docs: Add an initial `@since` version to wp-includes/feed.php.

The file was introduced in 2.1.0 when it was moved from wp-includes/feed-functions.php in [3862].

See #32246. See #36295.

Built from https://develop.svn.wordpress.org/trunk@38056


git-svn-id: http://core.svn.wordpress.org/trunk@37997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-07-13 17:04:28 +00:00
parent e3e4762b8f
commit 4418b71645
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
*
* @package WordPress
* @subpackage Feed
* @since 2.1.0
*/
/**

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta2-38055';
$wp_version = '4.6-beta2-38056';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.