Making WordPress.org

Changeset 10113


Ignore:
Timestamp:
08/03/2020 10:09:10 PM (5 years ago)
Author:
iandunn
Message:

Events: Extend online camp promotion through 2020.

See https://make.wordpress.org/core/2020/04/02/showing-online-wordcamps-in-the-events-widget/#comment-39270

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/index.php

    r9799 r10113  
    719719     * See https://make.wordpress.org/core/2020/04/02/showing-online-wordcamps-in-the-events-widget/#comment-38480
    720720     */
    721     if ( time() < strtotime( 'August 1 2020' ) ) {
     721    if ( time() < strtotime( 'December 31 2020' ) ) {
    722722        $event_distances['wordcamp'] = 600;
    723723    }
     
    12681268
    12691269    // Re-evaluate pinning after July, per https://make.wordpress.org/core/2020/04/02/showing-online-wordcamps-in-the-events-widget/#comment-38480.
    1270     if ( $current_time >= strtotime( 'August 1 2020' ) ) {
     1270    if ( $current_time >= strtotime( 'December 31 2020' ) ) {
    12711271        return $events;
    12721272    }
Note: See TracChangeset for help on using the changeset viewer.