mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Use more appropriate variable names in the inline docs for action and filter parameters.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2319,8 +2319,8 @@ function get_password_reset_key( $user ) {
|
||||
*
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param bool $allow Whether to allow the password to be reset. Default true.
|
||||
* @param int $user_data->ID The ID of the user attempting to reset a password.
|
||||
* @param bool $allow Whether to allow the password to be reset. Default true.
|
||||
* @param int $ID The ID of the user attempting to reset a password.
|
||||
*/
|
||||
$allow = apply_filters( 'allow_password_reset', $allow, $user->ID );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user