Make WordPress Core

Changeset 43452 for branches/4.9


Ignore:
Timestamp:
07/16/2018 01:23:44 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Change @since entry for user_request_confirmed_email_subject filter added in [43373] to 4.9.8.

Merges [43451] to the 4.9 branch.
Fixes #44382.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

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

    r43450 r43452  
    29672967     *     @type string          $sitename    The site name sending the mail.
    29682968     *     @type string          $siteurl     The site URL sending the mail.
     2969     *     @type string          $admin_email The administrator email receiving the mail.
    29692970     * }
    29702971     */
     
    29892990     * Filters the subject of the user request confirmation email.
    29902991     *
    2991      * @since 4.9.7
     2992     * @since 4.9.8
    29922993     *
    29932994     * @param string $subject    The email subject.
Note: See TracChangeset for help on using the changeset viewer.