From 34d06ee6b7068afd6901208ab0e45dc45e598145 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 17 Jan 2015 17:31:23 +0000 Subject: [PATCH] Add a changelog entry for the new parameter added in [31228]. props DrewAPicture. fixes #31015. Built from https://develop.svn.wordpress.org/trunk@31229 git-svn-id: http://core.svn.wordpress.org/trunk@31210 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.