Make WordPress Core

Changeset 49201


Ignore:
Timestamp:
10/19/2020 01:20:50 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @deprecated note to WP_Community_Events::format_event_data_time().

Follow-up to [49146].

See #51130.

File:
1 edited

Legend:

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

    r49152 r49201  
    371371     *
    372372     * @since 4.8.0
     373     * @deprecated 5.6.0 No longer used in core.
    373374     *
    374375     * @param array $response_body The response which contains the events.
     
    379380            __METHOD__,
    380381            '5.5.2',
    381             'This is no longer used by Core, and only kept for backwards-compatibility.'
     382            'This is no longer used by core, and only kept for backward compatibility.'
    382383        );
    383384
Note: See TracChangeset for help on using the changeset viewer.