Changeset 6810
- Timestamp:
- 02/28/2018 11:30:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/class-wp-rest-wordcamps-controller.php
r4804 r6810 46 46 $public_statuses = WordCamp_Loader::get_public_post_statuses(); 47 47 48 // Camps that are scheduled and then cancelled should still be available (though not included by default). 49 $public_statuses[] = 'wcpt-cancelled'; 50 48 51 foreach ( $statuses as $status ) { 49 52 if ( in_array( $status, $public_statuses ) ) {
Note: See TracChangeset
for help on using the changeset viewer.