Making WordPress.org


Ignore:
Timestamp:
04/05/2016 04:05:02 PM (10 years ago)
Author:
kovshenin
Message:

WordCamp.org: Reintegrate application-tracking branch into trunk.

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.org2783-2897
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-api/classes/ics.php

    r481 r2898  
    5353
    5454                $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                        ),
    5665                        'posts_per_page' => 50,
    5766                        'meta_key'       => 'Start Date (YYYY-mm-dd)',
Note: See TracChangeset for help on using the changeset viewer.