Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:04:38 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Use more appropriate variable names in the inline docs for action and filter parameters.

See #49572

File:
1 edited

Legend:

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

    r48214 r48585  
    23202320     * @since 2.7.0
    23212321     *
    2322      * @param bool $allow         Whether to allow the password to be reset. Default true.
    2323      * @param int  $user_data->ID The ID of the user attempting to reset a password.
     2322     * @param bool $allow Whether to allow the password to be reset. Default true.
     2323     * @param int  $ID    The ID of the user attempting to reset a password.
    23242324     */
    23252325    $allow = apply_filters( 'allow_password_reset', $allow, $user->ID );
Note: See TracChangeset for help on using the changeset viewer.