diff --git a/wp-includes/version.php b/wp-includes/version.php index 923962ebad..824c4be84b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38303'; +$wp_version = '4.7-alpha-38304'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index 01c754f00d..2d02ed2248 100644 --- a/wp-login.php +++ b/wp-login.php @@ -285,14 +285,9 @@ function wp_login_viewport_meta() { /** * Handles sending password retrieval email to user. * - * @global wpdb $wpdb WordPress database abstraction object. - * @global PasswordHash $wp_hasher Portable PHP password hashing framework. - * * @return bool|WP_Error True: when finish. WP_Error on error */ function retrieve_password() { - global $wpdb, $wp_hasher; - $errors = new WP_Error(); if ( empty( $_POST['user_login'] ) ) {