Make WordPress Core


Ignore:
Timestamp:
05/07/2018 04:45:42 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Use the terms "erase"/"erasure" instead of "remove"/"removal" for personal data.

Props allendav.
Merges [43175] to the 4.9 branch.
Fixes #43920.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/user.php

    r43157 r43176  
    29612961            break;
    29622962        case 'remove_personal_data':
    2963             $description = __( 'Remove Personal Data' );
     2963            $description = __( 'Erase Personal Data' );
    29642964            break;
    29652965        default:
Note: See TracChangeset for help on using the changeset viewer.