Changeset 4577 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
- Timestamp:
- 12/23/2016 05:27:38 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
r4525 r4577 721 721 722 722 if ( $old_status == 'wcpt-pre-planning' && $new_status == 'wcpt-pre-planning' ) { 723 // todo - bug: this won't ever run b/c of the early return above. 724 // what commit made this mistake, and why? 725 // what things are tied to this that haven't been running? 723 726 do_action( 'wcpt_added_to_planning_schedule', $post ); 724 727 } elseif ( $old_status == 'wcpt-needs-schedule' && $new_status == 'wcpt-scheduled' ) {
Note: See TracChangeset
for help on using the changeset viewer.