Changeset 2898 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-past-wordcamps.php
- Timestamp:
- 04/05/2016 04:05:02 PM (9 years ago)
- 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.org merged eligible
-
Property
svn:mergeinfo
set to
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-past-wordcamps.php
r1143 r2898 11 11 <div id="container" class="wc-schedule"> 12 12 <div id="content" role="main"> 13 13 14 14 <?php if ( have_posts() ) : the_post(); ?> 15 15 … … 22 22 23 23 <?php endif; // end of the loop. ?> 24 24 25 25 <?php // Get the upcoming approved (published) WordCamps 26 26 if ( function_exists( 'wcpt_has_wordcamps' ) && 27 27 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 ), 28 36 'posts_per_page' => -1, 29 37 'meta_key' => 'Start Date (YYYY-mm-dd)', … … 76 84 </div><!-- #container --> 77 85 78 <?php 86 <?php 79 87 /*get_sidebar( 'schedule' ); */ 80 get_footer(); 88 get_footer(); 81 89 ?>
Note: See TracChangeset
for help on using the changeset viewer.