diff --git a/wp-includes/user.php b/wp-includes/user.php index 656f710657..5f061e0868 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1963,7 +1963,7 @@ function get_password_reset_key( $user ) { * * @since 2.7.0 * - * @param bool true Whether to allow the password to be reset. Default true. + * @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. */ $allow = apply_filters( 'allow_password_reset', true, $user->ID ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ecbb552932..6fe9d432fd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35968'; +$wp_version = '4.5-alpha-35969'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.