Making WordPress.org


Ignore:
Timestamp:
05/12/2016 05:08:09 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Remove unused statuses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-past-wordcamps.php

    r2898 r3124  
    2323                <?php endif; // end of the loop. ?>
    2424
    25                     <?php // Get the upcoming approved (published) WordCamps
     25                    <?php // Get the closed WordCamps
    2626                    if ( function_exists( 'wcpt_has_wordcamps' ) &&
    2727                        wcpt_has_wordcamps( array(
    2828                            'post_status' => array(
    29                                 'wcpt-needs-debrief',
    30                                 'wcpt-debrief-schedul',
    3129                                'wcpt-closed',
    3230
Note: See TracChangeset for help on using the changeset viewer.