diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 6872a01dd0..6f0ff15c2d 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -346,6 +346,7 @@ function wp_login_url($redirect = '', $force_reauth = false) { * Filter the login URL. * * @since 2.8.0 + * @since 4.2.0 The `$force_reauth` parameter was added. * * @param string $login_url The login URL. * @param string $redirect The path to redirect to on login, if supplied. diff --git a/wp-includes/version.php b/wp-includes/version.php index 39ae1abcc2..7d58a85f10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31228'; +$wp_version = '4.2-alpha-31229'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.