Merge pull request #21829 from Prospress/issue_21828

update lost password filter name in password confirmation template
This commit is contained in:
Claudiu Lodromanean 2018-11-14 12:39:07 -05:00 committed by GitHub
commit 29325898bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce/Templates
* @version 3.5.0
* @version 3.5.2
*/
if ( ! defined( 'ABSPATH' ) ) {
@ -22,4 +22,4 @@ if ( ! defined( 'ABSPATH' ) ) {
wc_print_notice( __( 'Password reset email has been sent.', 'woocommerce' ) );
?>
<p><?php echo esc_html( apply_filters( 'woocommerce_lost_password_message', __( 'A password reset email has been sent to the email address on file for your account, but may take several minutes to show up in your inbox. Please wait at least 10 minutes before attempting another reset.', 'woocommerce' ) ) ); ?></p>
<p><?php echo esc_html( apply_filters( 'woocommerce_lost_password_confirmation_message', __( 'A password reset email has been sent to the email address on file for your account, but may take several minutes to show up in your inbox. Please wait at least 10 minutes before attempting another reset.', 'woocommerce' ) ) ); ?></p>