Make WordPress Core

Changeset 35969


Ignore:
Timestamp:
12/16/2015 07:19:26 PM (10 years ago)
Author:
johnbillion
Message:

Correct a parameter name for the allow_password_reset filter so its entry on developer.wordpress.org displays correctly.

See #32246

File:
1 edited

Legend:

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

    r35793 r35969  
    19641964     * @since 2.7.0
    19651965     *
    1966      * @param bool true           Whether to allow the password to be reset. Default true.
     1966     * @param bool $allow         Whether to allow the password to be reset. Default true.
    19671967     * @param int  $user_data->ID The ID of the user attempting to reset a password.
    19681968     */
Note: See TracChangeset for help on using the changeset viewer.