Changeset 10888
- Timestamp:
- 04/12/2021 08:22:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r10886 r10888 1079 1079 ), 1080 1080 1081 // WordCamp Centroamérica. 1082 'centroamerica' => array( 1083 'regional_countries' => array_merge( 1084 get_iso_3166_2_country_codes( 'south america' ), 1085 get_iso_3166_2_country_codes( 'north america' ), 1086 ), 1087 1088 'event' => array( 1089 'type' => 'wordcamp', 1090 'title' => 'WordCamp Centroamérica', 1091 'url' => 'https://centroamerica.wordcamp.org/2021/', 1092 'meetup' => '', 1093 'meetup_url' => '', 1094 'date' => '2021-04-15 00:00:00', 1095 'end_date' => '2021-04-17 00:00:00', 1096 'start_unix_timestamp' => strtotime( '2021-04-15 00:00:00' ) - 7 * HOUR_IN_SECONDS, 1097 'end_unix_timestamp' => strtotime( '2021-04-17 00:00:00' ) - 7 * HOUR_IN_SECONDS, 1098 1099 'location' => array( 1100 'location' => 'Online', 1101 'country' => 'NI', 1102 'latitude' => 12.9260679, 1103 'longitude' => -85.9170732, 1104 ), 1105 ), 1106 ), 1107 1081 1108 // WordCamp Europe. 1082 1109 'europe' => array(
Note: See TracChangeset
for help on using the changeset viewer.