Changeset 6129 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
- Timestamp:
- 11/16/2017 01:02:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r6118 r6129 398 398 399 399 update_post_meta( $post_id, '_close_reason', sanitize_key( $_POST['close_reason'] ) ); 400 update_post_meta( $post_id, '_close_date', current_time( 'mysql' ) ); 400 401 } 401 402
Note: See TracChangeset
for help on using the changeset viewer.