Changeset 3124 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-past-wordcamps.php
- Timestamp:
- 05/12/2016 05:08:09 PM (9 years ago)
- 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 23 23 <?php endif; // end of the loop. ?> 24 24 25 <?php // Get the upcoming approved (published)WordCamps25 <?php // Get the closed WordCamps 26 26 if ( function_exists( 'wcpt_has_wordcamps' ) && 27 27 wcpt_has_wordcamps( array( 28 28 'post_status' => array( 29 'wcpt-needs-debrief',30 'wcpt-debrief-schedul',31 29 'wcpt-closed', 32 30
Note: See TracChangeset
for help on using the changeset viewer.