Skip to content

Commit

Permalink
Use 'Site Posts' instead of 'Site Data' in personal data export.
Browse files Browse the repository at this point in the history
See #3343.
  • Loading branch information
boonebgorges committed Jun 25, 2024
1 parent d220f3f commit 2b10b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/openlab/lib/bp-auto-export-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function openlab_sites_exporter( $email_address, $page = 1 ) {

$data_to_export[] = array(
'group_id' => 'openlab_site_' . $site_id,
'group_label' => sprintf( 'Site Data: %s (%s)', $site->blogname, $site->siteurl ),
'group_label' => sprintf( 'Site Posts: %s (%s)', $site->blogname, $site->siteurl ),
'item_id' => 'openlab_sites_' . $site_id . '_post_' . $post->ID,
'data' => $post_data,
);
Expand Down

0 comments on commit 2b10b5c

Please sign in to comment.