From 4418b71645ca5cdc52a6b5014bb1ccc693ab1436 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 13 Jul 2016 17:04:28 +0000 Subject: [PATCH] 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 --- wp-includes/feed.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 27f30b85e1..f673e91d8b 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -7,6 +7,7 @@ * * @package WordPress * @subpackage Feed + * @since 2.1.0 */ /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 88cccb5eec..7605215e11 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.