Changeset 2800 for sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/wordcamp.php
- Timestamp:
- 03/25/2016 09:51:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/wordcamp.php
r2797 r2800 195 195 196 196 add_post_meta( $post_id, '_status_change', array( 197 'timestamp' => current_time( 'timestamp'),197 'timestamp' => time(), 198 198 'user_id' => $user->ID, 199 199 'message' => sprintf( '%s -> %s', 'Application', 'Draft' ), /// todo use get_status_name() when it's ready // todo update with new default status
Note: See TracChangeset
for help on using the changeset viewer.