Ticket #44133: 44133.diff
File 44133.diff, 563 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/file.php
diff --git src/wp-admin/includes/file.php src/wp-admin/includes/file.php index b00752e..1699ece 100644
function wp_privacy_generate_personal_data_export_file( $request_id ) { 2108 2108 'name' => _x( 'On', 'date/time' ), 2109 2109 'value' => current_time( 'mysql' ), 2110 2110 ), 2111 array( 2112 'name' => _x( 'Result', 'Whether personal data found.' ), 2113 'value' => empty( $groups ) ? __( 'No personal data found.' ) : __( 'Personal data found.' ), 2114 ), 2111 2115 ), 2112 2116 ), 2113 2117 );