mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
I18N: Separate two "About" strings with different context.
Props desrosj, XpertOne, Nao. Fixes #44139. git-svn-id: https://develop.svn.wordpress.org/trunk@43527 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2088,7 +2088,8 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
|
||||
|
||||
// First, build an "About" group on the fly for this report.
|
||||
$about_group = array(
|
||||
'group_label' => __( 'About' ),
|
||||
/* translators: Header for the About section in a personal data export. */
|
||||
'group_label' => _x( 'About', 'personal data group label' ),
|
||||
'items' => array(
|
||||
'about-1' => array(
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user