Changeset 2842
- Timestamp:
- 03/29/2016 02:09:52 PM (10 years ago)
- Location:
- sites/branches/application-tracking/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012
- Files:
-
- 3 edited
-
sidebar-schedule.php (modified) (1 diff)
-
template-home.php (modified) (1 diff)
-
template-schedule.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/sidebar-schedule.php
r2806 r2842 11 11 ?> 12 12 13 <?php 13 <?php 14 14 // Get the upcoming approved (published) WordCamps *with dates* 15 15 $args = array( 16 16 'posts_per_page' => -1, 17 17 'post_status' => array( 18 'wcpt- listing-added',18 'wcpt-pre-planning', 19 19 'wcpt-needs-budget-re', 20 'wcpt-budget-rev-sche', 21 'wcpt-needs-contract', 22 'wcpt-needs-fill-list', 23 'wcpt-needs-schedule', 20 24 21 25 // back-compat -
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-home.php
r2809 r2842 18 18 wcpt_has_wordcamps( array( 19 19 'post_status' => array( 20 'wcpt-budget-approved',21 'wcpt-venue-signed',22 20 'wcpt-scheduled', 23 'wcpt-debrief', 24 'wcpt-budget-closed', 21 'wcpt-needs-debrief', 22 'wcpt-debrief-schedul', 23 'wcpt-closed', 25 24 26 25 // back-compat -
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-schedule.php
r2808 r2842 27 27 wcpt_has_wordcamps( array( 28 28 'post_status' => array( 29 'wcpt-budget-approved',30 'wcpt-venue-signed',31 29 'wcpt-scheduled', 32 'wcpt-debrief', 33 'wcpt-budget-closed', 30 'wcpt-needs-debrief', 31 'wcpt-debrief-schedul', 32 'wcpt-closed', 34 33 35 34 // back-compat
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)