mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
d9df5dec11
commit
66fa722850
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user