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/sidebar-schedule.php

    r2842 r2850  
    1515                $args = array(
    1616                    'posts_per_page' => -1,
    17                     'post_status' => array(
    18                         'wcpt-pre-planning',
    19                         'wcpt-needs-budget-re',
    20                         'wcpt-budget-rev-sche',
    21                         'wcpt-needs-contract',
    22                         'wcpt-needs-fill-list',
    23                         'wcpt-needs-schedule',
    24 
    25                         // back-compat
    26                         'pending',
    27                     ),
     17                    'post_status' => WordCamp_Loader::get_pre_planning_post_statuses(),
    2818                    'meta_key'       => 'Start Date (YYYY-mm-dd)',
    2919                    'orderby'        => 'meta_value',
Note: See TracChangeset for help on using the changeset viewer.