Changeset 2898 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-api/classes/ics.php
- Timestamp:
- 04/05/2016 04:05:02 PM (8 years ago)
- Location:
- sites/trunk/wordcamp.org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org
-
Property
svn:mergeinfo
set to
/sites/branches/application-tracking/wordcamp.org merged eligible
-
Property
svn:mergeinfo
set to
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-api/classes/ics.php
r481 r2898 53 53 54 54 $query = new WP_Query( array( 55 'post_type' => WCPT_POST_TYPE_ID, 55 'post_type' => WCPT_POST_TYPE_ID, 56 'post_status' => array( 57 'wcpt-scheduled', 58 'wcpt-needs-debrief', 59 'wcpt-debrief-schedul', 60 'wcpt-closed', 61 62 // back-compat 63 'publish', 64 ), 56 65 'posts_per_page' => 50, 57 66 'meta_key' => 'Start Date (YYYY-mm-dd)',
Note: See TracChangeset
for help on using the changeset viewer.