Login: Pass the username and WP_User object to the retrieve_password_title filter.

Adding these parameters creates parity with the `retrieve_password_message` filter, used for modifying the message body of the same password reset email.

Props sudar.
Fixes #34252.

Built from https://develop.svn.wordpress.org/trunk@35093


git-svn-id: http://core.svn.wordpress.org/trunk@35058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-10-13 00:51:24 +00:00
parent 7ef095171a
commit ad6a1303dc
2 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35092';
$wp_version = '4.4-alpha-35093';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.