Making WordPress.org

Changeset 11202


Ignore:
Timestamp:
08/25/2021 08:57:42 PM (3 years ago)
Author:
ryelle
Message:

Events: Pin WordCamp US 2021.

Uncomment and update the WordCamp US data for 2021.
See r10223.

File:
1 edited

Legend:

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

    r10985 r11202  
    11341134
    11351135        // WordCamp US.
    1136         /* WCUS is canceled for 2020. https://us.wordcamp.org/2020/wcus-2020-an-update/
    11371136        'us' => array(
    11381137            'regional_countries' => array_merge(
     
    11441143                'type'       => 'wordcamp',
    11451144                'title'      => 'WordCamp US',
    1146                 'url'        => 'https://us.wordcamp.org/2020/',
     1145                'url'        => 'https://us.wordcamp.org/2021/',
    11471146                'meetup'     => '',
    11481147                'meetup_url' => '',
    1149                 'date'       => '2020-10-27 00:00:00',
    1150                 'end_date'   => '2020-10-29 00:00:00',
    1151                 'start_unix_timestamp' => strtotime( '2020-10-27 00:00:00' ) - 5 * HOUR_IN_SECONDS,
    1152                 'end_unix_timestamp'   => strtotime( '2020-10-29 00:00:00' ) - 5 * HOUR_IN_SECONDS,
     1148                'date'       => '2021-10-01 00:00:00',
     1149                'end_date'   => '2021-10-02 00:00:00',
     1150                'start_unix_timestamp' => strtotime( '2021-10-01 00:00:00' ) - 5 * HOUR_IN_SECONDS,
     1151                'end_unix_timestamp'   => strtotime( '2021-10-02 00:00:00' ) - 5 * HOUR_IN_SECONDS,
    11531152
    11541153                'location' => array(
     
    11601159            ),
    11611160        ),
    1162         */
    11631161    );
    11641162
Note: See TracChangeset for help on using the changeset viewer.