Changeset 11353
- Timestamp:
- 12/02/2021 02:42:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r11349 r11353 1597 1597 */ 1598 1598 function pin_one_off_events( $events, $current_time ) { 1599 if ( $current_time < strtotime( 'December 18, 2020' ) ) { 1599 1600 if ( $current_time < strtotime( 'December 17, 2021' ) ) { 1600 1601 array_unshift( $events, array( 1601 1602 'type' => 'wordcamp', 1602 1603 'title' => 'State of the Word', 1603 'url' => 'https://wordpress.org/news/202 0/12/state-of-the-word-2020/',1604 'url' => 'https://wordpress.org/news/2021/11/state-of-the-word-2021/', 1604 1605 'meetup' => '', 1605 1606 'meetup_url' => '', 1606 'date' => '202 0-12-17 00:00:00',1607 'end_date' => '202 0-12-17 23:00:00',1608 'start_unix_timestamp' => 16 08195600,1609 'end_unix_timestamp' => 16 08267600,1607 'date' => '2021-12-14 17:00:00', 1608 'end_date' => '2021-12-14 19:00:00', 1609 'start_unix_timestamp' => 1639519200, 1610 'end_unix_timestamp' => 1639526400, 1610 1611 1611 1612 'location' => array(
Note: See TracChangeset
for help on using the changeset viewer.