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/tests/phpunit/tests/admin/includesCommunityEvents.php

    r49147 r49152  
    281281     * @covers WP_Community_Events::trim_events
    282282     *
    283      * @since 5.6.0
     283     * @since 5.5.2
    284284     */
    285285    public function test_trim_expired_events() {
     
    310310     *
    311311     * @since 4.9.7
    312      * @since 5.6.0 Tests `trim_events()` directly instead of indirectly via `get_events()`.
     312     * @since 5.5.2 Tests `trim_events()` directly instead of indirectly via `get_events()`.
    313313     */
    314314    public function test_trim_events_pin_wordcamp() {
     
    332332     *
    333333     * @since 4.9.7
    334      * @since 5.6.0 Accepts and returns only the events, rather than an entire HTTP response.
     334     * @since 5.5.2 Accepts and returns only the events, rather than an entire HTTP response.
    335335     *
    336336     * @return array A list of mock events.
     
    415415     *
    416416     * @since 4.9.7
    417      * @since 5.6.0 Tests `trim_events()` directly instead of indirectly via `get_events()`.
     417     * @since 5.5.2 Tests `trim_events()` directly instead of indirectly via `get_events()`.
    418418     */
    419419    public function test_trim_events_dont_pin_multiple_wordcamps() {
     
    438438     *
    439439     * @since 4.9.7
    440      * @since 5.6.0 Tests `trim_events()` directly instead of indirectly via `get_events()`.
     440     * @since 5.5.2 Tests `trim_events()` directly instead of indirectly via `get_events()`.
    441441     *
    442442     * @return array A mock HTTP response.
Note: See TracChangeset for help on using the changeset viewer.