Make WordPress Core


Ignore:
Timestamp:
10/14/2020 09:33:10 PM (4 years ago)
Author:
iandunn
Message:

Community Events: Update timezone-related @since tags to 5.5.2.

r49145 and r49146 were originally planned for 5.6 when they were committed, but are now planned for 5.5.2.

See #51130.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-community-events.php

    r49146 r49152  
    7878     *
    7979     * @since 4.8.0
    80      * @since 5.6.0 Response no longer contains formatted date field. They're added
     80     * @since 5.5.2 Response no longer contains formatted date field. They're added
    8181     *              in `wp.communityEvents.populateDynamicEventFields()` now.
    8282     *
     
    346346     *
    347347     * @since 4.8.0
    348      * @since 5.6.0 Response no longer contains formatted date field. They're added
     348     * @since 5.5.2 Response no longer contains formatted date field. They're added
    349349     *              in `wp.communityEvents.populateDynamicEventFields()` now.
    350350     *
     
    378378        _deprecated_function(
    379379            __METHOD__,
    380             '5.6.0',
     380            '5.5.2',
    381381            'This is no longer used by Core, and only kept for backwards-compatibility.'
    382382        );
     
    452452     * @since 4.8.0
    453453     * @since 4.9.7 Stick a WordCamp to the final list.
    454      * @since 5.6.0 Accepts 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.
    455455     *
    456456     * @param array $events The events that will be prepared.
Note: See TracChangeset for help on using the changeset viewer.