Changeset 7932
- Timestamp:
- 12/04/2018 06:20:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r7188 r7932 931 931 } 932 932 933 if ( $time <= strtotime( 'December 2nd, 2017' ) ) {933 if ( $time > strtotime( 'November 7th, 2018' ) && $time < strtotime( 'December 10th, 2018' ) ) { 934 934 $regional_wordcamps[] = array( 935 935 'type' => 'wordcamp', 936 936 'title' => 'WordCamp US', 937 'url' => 'https://201 7.us.wordcamp.org/',937 'url' => 'https://2018.us.wordcamp.org/', 938 938 'meetup' => '', 939 939 'meetup_url' => '', 940 'date' => '201 7-12-0100:00:00',940 'date' => '2018-12-07 00:00:00', 941 941 942 942 'location' => array( … … 949 949 } 950 950 951 if ( $time > = strtotime( 'May 14th, 2018' ) && $time <= strtotime( 'June 15th, 2018' ) ) {951 if ( $time > strtotime( 'May 20th, 2019' ) && $time < strtotime( 'June 23rd, 2019' ) ) { 952 952 $regional_wordcamps[] = array( 953 953 'type' => 'wordcamp', 954 954 'title' => 'WordCamp Europe', 955 'url' => 'https://201 8.europe.wordcamp.org/',955 'url' => 'https://2019.europe.wordcamp.org/', 956 956 'meetup' => '', 957 957 'meetup_url' => '', 958 'date' => '201 8-06-1400:00:00',958 'date' => '2019-06-20 00:00:00', 959 959 960 960 'location' => array( 961 'location' => 'Be lgrade, 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, 965 965 ) 966 966 );
Note: See TracChangeset
for help on using the changeset viewer.