Make WordPress Core

Changes between Initial Version and Version 10 of Ticket #42133


Ignore:
Timestamp:
09/25/2020 10:12:42 PM (4 years ago)
Author:
johnbillion
Comment:

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 to reviewing
    • Property Milestone changed from Future Release to 5.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]).
    22
    33The 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]).