Add a changelog entry for the new parameter added in [31228].

props DrewAPicture.
fixes #31015.

git-svn-id: https://develop.svn.wordpress.org/trunk@31229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-17 17:30:10 +00:00
parent 54f366da0b
commit 658d1bb32e

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.