[wp-trac] [WordPress Trac] #43985: Privacy: The user request email should be sent in the user language
WordPress Trac
noreply at wordpress.org
Wed Jul 25 20:34:11 UTC 2018
#43985: Privacy: The user request email should be sent in the user language
-------------------------------------------------+-------------------------
Reporter: Chouby | Owner: desrosj
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 4.9.9
Component: Privacy | Version: 4.9.6
Severity: normal | Resolution:
Keywords: has-patch needs-testing has-unit- | Focuses:
tests | administration
-------------------------------------------------+-------------------------
Changes (by desrosj):
* keywords: has-patch needs-testing needs-unit-tests => has-patch needs-
testing has-unit-tests
* milestone: 4.9.8 => 4.9.9
Comment:
I am no longer experiencing the issues with `wp_mail()` that I detailed
above.
[attachment:"43985.5.diff"] combines [attachment:"43985.4.diff"] and
[attachment:"43985.4.3.diff"] and makes a few changes/additions.
- Changes `@since` tags to `4.9.9`.
- Adds the string being tested to `/tests/phpunit/data/language/es_ES.mo`
(updated `.mo` file incoming separately).
- Adds missing visibility to `setUp()` and `tearDown()` methods.
- Adds missing `@package` tag to the test class file docblock.
- Fixes a few typos in method docblocks and method names.
- Added tests for a user export request where the email does not belong to
a registered user.
- Removed the dynamic aspect of the `modify_email_subject()` and
`modify_email_content()` methods (the email does not need to be added to
the filtered subject to test that it is filterable).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43985#comment:32>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list