Changeset 45825 for trunk/src/wp-includes/comment.php
- Timestamp:
- 08/18/2019 02:07:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r45739 r45825 3435 3435 3436 3436 $data_to_export[] = array( 3437 'group_id' => 'comments', 3438 'group_label' => __( 'Comments' ), 3439 'item_id' => "comment-{$comment->comment_ID}", 3440 'data' => $comment_data_to_export, 3437 'group_id' => 'comments', 3438 'group_label' => __( 'Comments' ), 3439 'group_description' => __( 'User’s comment data.' ), 3440 'item_id' => "comment-{$comment->comment_ID}", 3441 'data' => $comment_data_to_export, 3441 3442 ); 3442 3443 }
Note: See TracChangeset
for help on using the changeset viewer.