Make WordPress Core


Ignore:
Timestamp:
01/19/2022 12:40:57 PM (21 months ago)
Author:
audrasjb
Message:

Docs: Docblocks consistency fixes after [52604].

Follow-up to [52604].

Fixes #54690.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r52604 r52605  
    29402940
    29412941    /**
    2942      * Filter whether to send the retrieve password email.
     2942     * Filters whether to send the retrieve password email.
    29432943     *
    29442944     * @since 6.0.0
    29452945     *
    2946      * @param bool $send False to prevent sending. Default: true
     2946     * @param bool $send False to prevent sending. Default true.
    29472947     */
    29482948    if ( ! apply_filters( 'send_retrieve_password_email', true ) ) {
     
    30403040
    30413041    /**
    3042      * Filter the contents of the reset password notification email sent to the user.
     3042     * Filters the contents of the reset password notification email sent to the user.
    30433043     *
    30443044     * @since 6.0.0
Note: See TracChangeset for help on using the changeset viewer.