Changeset 4803 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
- Timestamp:
- 01/26/2017 11:29:43 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
r4577 r4803 729 729 } 730 730 731 // back-compat for old statuses732 if ( 'draft' == $old_status && 'pending' == $new_status ) {733 do_action( 'wcpt_added_to_planning_schedule', $post );734 } elseif ( 'pending' == $old_status && 'publish' == $new_status ) {735 do_action( 'wcpt_added_to_final_schedule', $post );736 }737 738 731 // todo add new triggers - which ones? 739 732 }
Note: See TracChangeset
for help on using the changeset viewer.