Skip to content

Commit

Permalink
Events API: Extend COVID_IMPACT_EXPIRATION until the end of 2021
Browse files Browse the repository at this point in the history
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@10985 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
coreymckrill committed May 18, 2021
1 parent e61297f commit 5975312
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api.wordpress.org/public_html/events/1.0/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function main() {
*
* This is just a guess, and needs to be re-evaluated before it expires.
*/
define( 'COVID_IMPACT_EXPIRATION', strtotime( 'June 30 2021' ) );
define( 'COVID_IMPACT_EXPIRATION', strtotime( 'January 1 2022' ) );

// The test suite just needs the functions defined and doesn't want any headers or output
if ( defined( 'WPORG_RUNNING_TESTS' ) && WPORG_RUNNING_TESTS ) {
Expand Down Expand Up @@ -566,12 +566,12 @@ function get_location( $args = array() ) {
$country_types = array(
// See http://download.geonames.org/export/dump/featureCodes_en.txt

'A.PCL', // political entity
'A.PCLD', // dependent political entity
'A.PCLF', // freely associated state
'A.PCL', // political entity
'A.PCLD', // dependent political entity
'A.PCLF', // freely associated state
'A.PCLH', // historical political entity a former political entity
'A.PCLI', // independent political entity
'A.PCLIX', // section of independent political entity
'A.PCLI', // independent political entity
'A.PCLIX', // section of independent political entity
'A.PCLS', // semi-independent political entity
'A.PRSH', // parish an ecclesiastical district
'A.TERR', // territory
Expand Down

0 comments on commit 5975312

Please sign in to comment.