Changeset 2844
- Timestamp:
- 03/29/2016 02:49:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r2841 r2844 631 631 } 632 632 633 if ( $new_status == $old_status ) { 634 return; 635 } 636 637 if ( $old_status == 'wcpt-pre-planning' && $new_status == 'wcpt-pre-planning' ) { 638 do_action( 'wcpt_added_to_planning_schedule', $post ); 639 } elseif ( $old_status == 'wcpt-needs-schedule' && $new_status == 'wcpt-scheduled' ) { 640 do_action( 'wcpt_added_to_final_schedule', $post ); 641 } 642 643 // back-compat for old statuses 633 644 if ( 'draft' == $old_status && 'pending' == $new_status ) { 634 645 do_action( 'wcpt_added_to_planning_schedule', $post );
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)