Making WordPress.org


Ignore:
Timestamp:
08/31/2020 07:09:37 PM (5 years ago)
Author:
coreymckrill
Message:

Events API: Remove canceled WCUS from pinned events

Comments out the regional camp data for WCUS. Better not to remove it entirely
since it may be used again next year.

Fixes #5404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/index.php

    r10168 r10223  
    10291029
    10301030        // WordCamp US.
     1031        /* WCUS is canceled for 2020. https://us.wordcamp.org/2020/wcus-2020-an-update/
    10311032        'us' => array(
    10321033            'regional_countries' => array_merge(
     
    10521053            ),
    10531054        ),
     1055        */
    10541056    );
    10551057
Note: See TracChangeset for help on using the changeset viewer.