Changeset 11202
- Timestamp:
- 08/25/2021 08:57:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r10985 r11202 1134 1134 1135 1135 // WordCamp US. 1136 /* WCUS is canceled for 2020. https://us.wordcamp.org/2020/wcus-2020-an-update/1137 1136 'us' => array( 1138 1137 'regional_countries' => array_merge( … … 1144 1143 'type' => 'wordcamp', 1145 1144 'title' => 'WordCamp US', 1146 'url' => 'https://us.wordcamp.org/202 0/',1145 'url' => 'https://us.wordcamp.org/2021/', 1147 1146 'meetup' => '', 1148 1147 'meetup_url' => '', 1149 'date' => '202 0-10-2700:00:00',1150 'end_date' => '202 0-10-2900:00:00',1151 'start_unix_timestamp' => strtotime( '202 0-10-2700:00:00' ) - 5 * HOUR_IN_SECONDS,1152 'end_unix_timestamp' => strtotime( '202 0-10-2900:00:00' ) - 5 * HOUR_IN_SECONDS,1148 'date' => '2021-10-01 00:00:00', 1149 'end_date' => '2021-10-02 00:00:00', 1150 'start_unix_timestamp' => strtotime( '2021-10-01 00:00:00' ) - 5 * HOUR_IN_SECONDS, 1151 'end_unix_timestamp' => strtotime( '2021-10-02 00:00:00' ) - 5 * HOUR_IN_SECONDS, 1153 1152 1154 1153 'location' => array( … … 1160 1159 ), 1161 1160 ), 1162 */1163 1161 ); 1164 1162
Note: See TracChangeset
for help on using the changeset viewer.