Making WordPress.org

Changeset 11625


Ignore:
Timestamp:
03/02/2022 04:00:50 PM (3 years ago)
Author:
iandunn
Message:

Events: Update WordCamp Europe 2022 pin dates.

Props sippis
Fixes #6150

File:
1 edited

Legend:

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

    r11353 r11625  
    11541154                'type'       => 'wordcamp',
    11551155                'title'      => 'WordCamp Europe',
    1156                 'url'        => 'https://europe.wordcamp.org/2021/',
     1156                'url'        => 'https://europe.wordcamp.org/2022/',
    11571157                'meetup'     => '',
    11581158                'meetup_url' => '',
    1159                 'date'                 => '2021-06-07 00:00:00',
    1160                 'end_date'             => '2021-06-10 00:00:00',
    1161                 'start_unix_timestamp' => strtotime( '2021-06-07 00:00:00' ) - 1 * HOUR_IN_SECONDS,
    1162                 'end_unix_timestamp'   => strtotime( '2021-06-10 00:00:00' ) - 1 * HOUR_IN_SECONDS,
     1159                'date'                 => '2022-06-02 00:00:00',
     1160                'end_date'             => '2022-06-04 00:00:00',
     1161                'start_unix_timestamp' => strtotime( '2022-06-02 00:00:00' ) - 1 * HOUR_IN_SECONDS,
     1162                'end_unix_timestamp'   => strtotime( '2022-06-04 00:00:00' ) - 1 * HOUR_IN_SECONDS,
    11631163
    11641164                'location' => array(
    1165                     'location'  => 'Online',
     1165                    'location'  => 'Porto',
    11661166                    'country'   => 'PT',
    1167                     'latitude'  => 41.1622022,
    1168                     'longitude' => -8.6570588,
     1167                    'latitude'  => 41.147,
     1168                    'longitude' => -8.625,
    11691169                ),
    11701170            ),
Note: See TracChangeset for help on using the changeset viewer.