Changeset 6218
- Timestamp:
- 12/03/2017 07:36:08 PM (7 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
r6217 r6218 338 338 'comment_type' => 'audit_log', 339 339 'comment_post_ID' => $post_id, 340 ' comment_author' => get_current_user_id(),340 'user_id' => get_current_user_id(), 341 341 'comment_content' => $message, 342 342 );
Note: See TracChangeset
for help on using the changeset viewer.