Making WordPress.org

Changeset 11353


Ignore:
Timestamp:
12/02/2021 02:42:02 AM (3 years ago)
Author:
tellyworth
Message:

Events: pin SotW 2021.

File:
1 edited

Legend:

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

    r11349 r11353  
    15971597 */
    15981598function pin_one_off_events( $events, $current_time ) {
    1599     if ( $current_time < strtotime( 'December 18, 2020' ) ) {
     1599
     1600    if ( $current_time < strtotime( 'December 17, 2021' ) ) {
    16001601        array_unshift( $events, array(
    16011602            'type'                 => 'wordcamp',
    16021603            'title'                => 'State of the Word',
    1603             'url'                  => 'https://wordpress.org/news/2020/12/state-of-the-word-2020/',
     1604            'url'                  => 'https://wordpress.org/news/2021/11/state-of-the-word-2021/',
    16041605            'meetup'               => '',
    16051606            'meetup_url'           => '',
    1606             'date'                 => '2020-12-17 00:00:00',
    1607             'end_date'             => '2020-12-17 23:00:00',
    1608             'start_unix_timestamp' => 1608195600,
    1609             'end_unix_timestamp'   => 1608267600,
     1607            'date'                 => '2021-12-14 17:00:00',
     1608            'end_date'             => '2021-12-14 19:00:00',
     1609            'start_unix_timestamp' => 1639519200,
     1610            'end_unix_timestamp'   => 1639526400,
    16101611
    16111612            'location' => array(
Note: See TracChangeset for help on using the changeset viewer.