- Timestamp:
- 04/12/2021 08:22:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r10885 r10886 1062 1062 'type' => 'wordcamp', 1063 1063 'title' => 'WordCamp Asia', 1064 'url' => 'https:// 2020.asia.wordcamp.org/',1064 'url' => 'https://asia.wordcamp.org/2020/', 1065 1065 'meetup' => '', 1066 1066 'meetup_url' => '', … … 1089 1089 'type' => 'wordcamp', 1090 1090 'title' => 'WordCamp Europe', 1091 'url' => 'https:// 2020.europe.wordcamp.org/',1091 'url' => 'https://europe.wordcamp.org/2021/', 1092 1092 'meetup' => '', 1093 1093 'meetup_url' => '', 1094 'date' => '2020-06-0400:00:00',1095 'end_date' => '2020-06-0600:00:00',1096 'start_unix_timestamp' => strtotime( '202 0-06-0400:00:00' ) - 1 * HOUR_IN_SECONDS,1097 'end_unix_timestamp' => strtotime( '202 0-06-0600:00:00' ) - 1 * HOUR_IN_SECONDS,1094 'date' => '2021-06-07 00:00:00', 1095 'end_date' => '2021-06-10 00:00:00', 1096 'start_unix_timestamp' => strtotime( '2021-06-07 00:00:00' ) - 1 * HOUR_IN_SECONDS, 1097 'end_unix_timestamp' => strtotime( '2021-06-10 00:00:00' ) - 1 * HOUR_IN_SECONDS, 1098 1098 1099 1099 'location' => array( … … 1117 1117 'type' => 'wordcamp', 1118 1118 'title' => 'WordCamp US', 1119 'url' => 'https:// 2020.us.wordcamp.org/',1119 'url' => 'https://us.wordcamp.org/2020/', 1120 1120 'meetup' => '', 1121 1121 'meetup_url' => '',
Note: See TracChangeset
for help on using the changeset viewer.