Make WordPress Core

Ticket #44133: 44133.diff

File 44133.diff, 563 bytes (added by birgire, 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 ) { 
    21082108                                        'name'  => _x( 'On', 'date/time' ),
    21092109                                        'value' => current_time( 'mysql' ),
    21102110                                ),
     2111                                array(
     2112                                        'name'  => _x( 'Result', 'Whether personal data found.' ),
     2113                                        'value' => empty( $groups ) ? __( 'No personal data found.' ) : __( 'Personal data found.' ),
     2114                                ),
    21112115                        ),
    21122116                ),
    21132117        );