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
This commit is contained in:
Sergey Biryukov 2015-01-17 17:31:23 +00:00
parent 4e90a18c7c
commit 34d06ee6b7
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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.