Making WordPress.org

Changeset 7932


Ignore:
Timestamp:
12/04/2018 06:20:18 PM (6 years ago)
Author:
coreymckrill
Message:

Events: Update regional WordCamp data for WCUS 2018 and WCEU 2019

File:
1 edited

Legend:

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

    r7188 r7932  
    931931    }
    932932
    933     if ( $time <= strtotime( 'December 2nd, 2017' ) ) {
     933    if ( $time > strtotime( 'November 7th, 2018' ) && $time < strtotime( 'December 10th, 2018' ) ) {
    934934        $regional_wordcamps[] = array(
    935935            'type'       => 'wordcamp',
    936936            'title'      => 'WordCamp US',
    937             'url'        => 'https://2017.us.wordcamp.org/',
     937            'url'        => 'https://2018.us.wordcamp.org/',
    938938            'meetup'     => '',
    939939            'meetup_url' => '',
    940             'date'       => '2017-12-01 00:00:00',
     940            'date'       => '2018-12-07 00:00:00',
    941941
    942942            'location' => array(
     
    949949    }
    950950
    951     if ( $time >= strtotime( 'May 14th, 2018' ) && $time <= strtotime( 'June 15th, 2018' ) ) {
     951    if ( $time > strtotime( 'May 20th, 2019' ) && $time < strtotime( 'June 23rd, 2019' ) ) {
    952952        $regional_wordcamps[] = array(
    953953            'type'       => 'wordcamp',
    954954            'title'      => 'WordCamp Europe',
    955             'url'        => 'https://2018.europe.wordcamp.org/',
     955            'url'        => 'https://2019.europe.wordcamp.org/',
    956956            'meetup'     => '',
    957957            'meetup_url' => '',
    958             'date'       => '2018-06-14 00:00:00',
     958            'date'       => '2019-06-20 00:00:00',
    959959
    960960            'location' => array(
    961                 'location'  => 'Belgrade, Serbia',
    962                 'country'   => 'RS',
    963                 'latitude'  => 44.808497,
    964                 'longitude' => 20.432285,
     961                'location'  => 'Berlin, Germany',
     962                'country'   => 'DE',
     963                'latitude'  => 52.50697,
     964                'longitude' => 13.2843064,
    965965            )
    966966        );
Note: See TracChangeset for help on using the changeset viewer.