Changeset 1127 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
- Timestamp:
- 01/12/2015 12:58:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r1113 r1127 592 592 } 593 593 594 public static function the_wordcamp_date( ) {595 $start_day = wcpt_get_wordcamp_start_date( 0, 'j' );596 $start_month = wcpt_get_wordcamp_start_date( 0, 'F' );597 $end_day = wcpt_get_wordcamp_end_date( 0, 'j' );598 $end_month = wcpt_get_wordcamp_end_date( 0, 'F' );594 public static function the_wordcamp_date( $wordcamp_id = 0 ) { 595 $start_day = wcpt_get_wordcamp_start_date( $wordcamp_id, 'j' ); 596 $start_month = wcpt_get_wordcamp_start_date( $wordcamp_id, 'F' ); 597 $end_day = wcpt_get_wordcamp_end_date( $wordcamp_id, 'j' ); 598 $end_month = wcpt_get_wordcamp_end_date( $wordcamp_id, 'F' ); 599 599 600 600 echo "$start_month $start_day";
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)