Making WordPress.org

Changeset 13165


Ignore:
Timestamp:
02/02/2024 02:52:10 AM (2 years ago)
Author:
dd32
Message:

Events: Update the dates for the regional WordCamp Asia promos.

See https://wordpress.slack.com/archives/C08M59V3P/p1706786585937509

File:
1 edited

Legend:

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

    r13047 r13165  
    11021102                'type'       => 'wordcamp',
    11031103                'title'      => 'WordCamp Asia',
    1104                 'url'        => 'https://asia.wordcamp.org/2020/',
     1104                'url'        => 'https://asia.wordcamp.org/2024/',
    11051105                'meetup'     => '',
    11061106                'meetup_url' => '',
    1107                 'date'       => '2020-02-21 00:00:00',
    1108                 'end_date'   => '2020-02-23 00:00:00',
    1109                 'start_unix_timestamp' => strtotime( '2020-02-21 00:00:00' ) - 7 * HOUR_IN_SECONDS,
    1110                 'end_unix_timestamp'   => strtotime( '2020-02-23 00:00:00' ) - 7 * HOUR_IN_SECONDS,
     1107                'date'       => '2024-03-07 00:00:00',
     1108                'end_date'   => '2024-03-09 00:00:00',
     1109                'start_unix_timestamp' => strtotime( '2024-03-07 00:00:00' ) - 8 * HOUR_IN_SECONDS,
     1110                'end_unix_timestamp'   => strtotime( '2024-03-09 00:00:00' ) - 8 * HOUR_IN_SECONDS,
    11111111
    11121112                'location' => array(
    1113                     'location'  => 'Bangkok, Thailand',
    1114                     'country'   => 'TH',
    1115                     'latitude'  => 13.7248934,
    1116                     'longitude' => 100.492683,
     1113                    'location'  => 'Taipei, Taiwan',
     1114                    'country'   => 'TW',
     1115                    'latitude'  => 25.0333949,
     1116                    'longitude' => 121.5661024,
    11171117                ),
    11181118            ),
Note: See TracChangeset for help on using the changeset viewer.