Make WordPress Core

Ticket #33822: 33822.patch

File 33822.patch, 543 bytes (added by AlexAlexandru, 9 years ago)

Path

  • wp-login.php

     
    324324         * Fires before a new password is retrieved.
    325325         *
    326326         * @since 1.5.1
    327          *
    328          * @param string $user_login The user login name.
     327         * @updated 4.3
     328         * @param string $user_email The user email name.
    329329         */
    330         do_action( 'retrieve_password', $user_login );
     330        do_action( 'retrieve_password', $user_email );
    331331
    332332        /**
    333333         * Filter whether to allow a password to be reset.