Changes between Initial Version and Version 10 of Ticket #42133
- Timestamp:
- 09/25/2020 10:12:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42133
- Property Keywords has-patch dev-feedback added; needs-patch removed
- Property Owner set to johnbillion
-
Property
Status
changed from
new
toreviewing
-
Property
Milestone
changed from
Future Release
to5.6
-
Ticket #42133 – Description
initial v10 1 `wp_new_blog_notification()` contains a call to `wp_mail()` which sends an email when WordPress is first installed , and when a site is added to a Multisite network. ([https://core.trac.wordpress.org/browser/tags/4.8.2/src/wp-admin/includes/upgrade.php?marks=376-399#L361 Ref]).1 `wp_new_blog_notification()` contains a call to `wp_mail()` which sends an email when WordPress is first installed ~~and when a site is added to a Multisite network~~. ([https://core.trac.wordpress.org/browser/tags/4.8.2/src/wp-admin/includes/upgrade.php?marks=376-399#L361 Ref]). 2 2 3 3 The contents of the email cannot be filtered. The recipient, subject, message, and headers should be passed through a filter in the same format as the `password_change_email ` filter. ([https://core.trac.wordpress.org/browser/tags/4.8.2/src/wp-includes/user.php?marks=1842-1864#L1818 Ref]).