From 66fa7228505499ed5ed5802b9a051e37808db80b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Jun 2018 02:34:04 +0000 Subject: [PATCH] Docs: Update `@since` versions in Community Events class added in [42726]. See #41112. Built from https://develop.svn.wordpress.org/trunk@43356 git-svn-id: http://core.svn.wordpress.org/trunk@43184 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-community-events.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-community-events.php b/wp-admin/includes/class-wp-community-events.php index 77bf34d813..2237ab34e4 100644 --- a/wp-admin/includes/class-wp-community-events.php +++ b/wp-admin/includes/class-wp-community-events.php @@ -395,7 +395,7 @@ class WP_Community_Events { * higher position, so that it doesn't get trimmed off. * * @since 4.8.0 - * @since 5.0.0 Stick a WordCamp to the final list. + * @since 4.9.7 Stick a WordCamp to the final list. * * @param array $response_body The response body which contains the events. * @return array The response body with events trimmed. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f8979309f..c1e88c69c5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43355'; +$wp_version = '5.0-alpha-43356'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.