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
This commit is contained in:
Sergey Biryukov 2018-06-28 02:34:04 +00:00
parent d9df5dec11
commit 66fa722850
2 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ class WP_Community_Events {
* higher position, so that it doesn't get trimmed off. * higher position, so that it doesn't get trimmed off.
* *
* @since 4.8.0 * @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. * @param array $response_body The response body which contains the events.
* @return array The response body with events trimmed. * @return array The response body with events trimmed.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.