Making WordPress.org


Ignore:
Timestamp:
03/30/2016 12:11:48 PM (9 years ago)
Author:
kovshenin
Message:

WordCamp Post Type: Use new methods from r2849 to query scheduled and pre-planning WordCamps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/branches/application-tracking/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-schedule.php

    r2842 r2850  
    2626                    if ( function_exists( 'wcpt_has_wordcamps' ) &&
    2727                        wcpt_has_wordcamps( array(
    28                             'post_status' => array(
    29                                 'wcpt-scheduled',
    30                                 'wcpt-needs-debrief',
    31                                 'wcpt-debrief-schedul',
    32                                 'wcpt-closed',
    33 
    34                                 // back-compat
    35                                 'publish',
    36                             ),
    37 
     28                            'post_status' => WordCamp_Loader::get_public_post_statuses(),
    3829                            'posts_per_page' => -1,
    3930                            'meta_key'       => 'Start Date (YYYY-mm-dd)',
Note: See TracChangeset for help on using the changeset viewer.