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/themes/wordcamp-central-2012/template-past-wordcamps.php

    r1143 r2898  
    1111                <div id="container" class="wc-schedule">
    1212                        <div id="content" role="main">
    13                                
     13
    1414                                <?php if ( have_posts() ) : the_post(); ?>
    1515
     
    2222
    2323                                <?php endif; // end of the loop. ?>
    24                                
     24
    2525                                        <?php // Get the upcoming approved (published) WordCamps
    2626                                        if ( function_exists( 'wcpt_has_wordcamps' ) &&
    2727                                                wcpt_has_wordcamps( array(
     28                                                        'post_status' => array(
     29                                                                'wcpt-needs-debrief',
     30                                                                'wcpt-debrief-schedul',
     31                                                                'wcpt-closed',
     32
     33                                                                // back-compat
     34                                                                'publish',
     35                                                        ),
    2836                                                        'posts_per_page' => -1,
    2937                                                        'meta_key'       => 'Start Date (YYYY-mm-dd)',
     
    7684                </div><!-- #container -->
    7785
    78 <?php 
     86<?php
    7987        /*get_sidebar( 'schedule' ); */
    80         get_footer(); 
     88        get_footer();
    8189?>
Note: See TracChangeset for help on using the changeset viewer.