Changeset 5512 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
- Timestamp:
- 05/24/2017 10:50:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r5421 r5512 745 745 } 746 746 747 if ( $old_status == 'wcpt-pre-planning' && $new_status == 'wcpt-pre-planning' ) { 748 // todo - bug: this won't ever run b/c of the early return above. 749 // what commit made this mistake, and why? 750 // what things are tied to this that haven't been running? 751 do_action( 'wcpt_added_to_planning_schedule', $post ); 747 if ( 'wcpt-pre-planning' == $new_status ) { 748 do_action( 'wcpt_approved_for_pre_planning', $post ); 752 749 } elseif ( $old_status == 'wcpt-needs-schedule' && $new_status == 'wcpt-scheduled' ) { 753 750 do_action( 'wcpt_added_to_final_schedule', $post );
Note: See TracChangeset
for help on using the changeset viewer.