Changeset 2800 for sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.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/wcpt-wordcamp/wordcamp-admin.php
r2784 r2800 213 213 214 214 add_post_meta( $post_id, '_note', array( 215 'timestamp' => current_time( 'timestamp'),215 'timestamp' => time(), 216 216 'user_id' => get_current_user_id(), 217 217 'message' => $new_note_message, … … 624 624 625 625 add_post_meta( $post->ID, '_status_change', array( 626 'timestamp' => current_time( 'timestamp'),626 'timestamp' => time(), 627 627 'user_id' => get_current_user_id(), 628 628 'message' => sprintf( '%s -> %s', $old_status, $new_status ), /// todo use get_status_name() when it's ready
Note: See TracChangeset
for help on using the changeset viewer.