Changeset 2801
- Timestamp:
- 03/25/2016 09:56:54 AM (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
r2800 r2801 623 623 } 624 624 625 if ( empty( $post->post_type ) || WCPT_POST_TYPE_ID != $post->post_type ) { 626 return; 627 } 628 625 629 add_post_meta( $post->ID, '_status_change', array( 626 630 'timestamp' => time(),
Note: See TracChangeset
for help on using the changeset viewer.