Make WordPress Core

Changeset 43200


Ignore:
Timestamp:
05/09/2018 05:58:03 PM (7 years ago)
Author:
azaozz
Message:

Privacy: remove leftover comment after [43197].

Merges [43199] to the 4.9 branch.
See #43968.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

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

    r43198 r43200  
    30893089    $subject = apply_filters( 'user_request_action_email_subject', $subject, $blogname, $email_data );
    30903090
    3091     /* translators: %s Site name. */
    30923091    return wp_mail( $email_data['email'], $subject, $content );
    30933092}
Note: See TracChangeset for help on using the changeset viewer.