Make WordPress Core


Ignore:
Timestamp:
05/01/2024 11:42:24 PM (9 months ago)
Author:
johnbillion
Message:

Docs: Correct some docblock indentation.

See #60699

File:
1 edited

Legend:

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

    r57711 r58071  
    32563256     *     @type string $headers The headers of the email.
    32573257     * }
    3258      * @type string  $key        The activation key.
    3259      * @type string  $user_login The username for the user.
    3260      * @type WP_User $user_data  WP_User object.
     3258     * @param string  $key        The activation key.
     3259     * @param string  $user_login The username for the user.
     3260     * @param WP_User $user_data  WP_User object.
    32613261     */
    32623262    $notification_email = apply_filters( 'retrieve_password_notification_email', $defaults, $key, $user_login, $user_data );
Note: See TracChangeset for help on using the changeset viewer.