Changeset 7694
- Timestamp:
- 09/24/2018 03:06:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
r6873 r7694 357 357 delete_post_meta( $post_id, 'plugin_closed_date' ); 358 358 delete_post_meta( $post_id, '_close_reason' ); 359 360 $post = get_post( $post_id ); 361 if ( $post && 'approved' != $post->post_status ) { 362 $this->audit_log( 'Plugin reopened.', $post_id ); 363 } 359 364 } 360 365
Note: See TracChangeset
for help on using the changeset viewer.