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.