- Timestamp:
- 10/14/2020 09:33:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r49146 r49152 78 78 * 79 79 * @since 4.8.0 80 * @since 5. 6.0Response no longer contains formatted date field. They're added80 * @since 5.5.2 Response no longer contains formatted date field. They're added 81 81 * in `wp.communityEvents.populateDynamicEventFields()` now. 82 82 * … … 346 346 * 347 347 * @since 4.8.0 348 * @since 5. 6.0Response no longer contains formatted date field. They're added348 * @since 5.5.2 Response no longer contains formatted date field. They're added 349 349 * in `wp.communityEvents.populateDynamicEventFields()` now. 350 350 * … … 378 378 _deprecated_function( 379 379 __METHOD__, 380 '5. 6.0',380 '5.5.2', 381 381 'This is no longer used by Core, and only kept for backwards-compatibility.' 382 382 ); … … 452 452 * @since 4.8.0 453 453 * @since 4.9.7 Stick a WordCamp to the final list. 454 * @since 5. 6.0Accepts and returns only the events, rather than an entire HTTP response.454 * @since 5.5.2 Accepts and returns only the events, rather than an entire HTTP response. 455 455 * 456 456 * @param array $events The events that will be prepared.
Note: See TracChangeset
for help on using the changeset viewer.