Missing text-domain "Click here to reset your password"

Support MB User Profile Missing text-domain "Click here to reset your password"Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20155
    GrupoADSLZoneGrupoADSLZone
    Participant

    Hello, the text-domain argument is not passed to the function: esc_html__( 'Click here to reset your password' ).

    Could you fix this for the next release?

    
    $message = '<p>' . esc_html( sprintf( __( 'Hi, %s', 'mb-user-profile' ), $user->display_name ) ) . '</p>';
    $message .= '<p>' . esc_html( sprintf( __( 'Someone has requested a new password for your account on %s site.', 'mb-user-profile' ), get_bloginfo( 'name' ) ) ) . '</p>';
    $message .= '<p><a href="' . esc_url( $url ) . '">' . esc_html__( 'Click here to reset your password' ) . '</a></p>';
    
    #20163
    Anh TranAnh Tran
    Keymaster

    Thanks for your feedback. I've just fixed it and will release a new version soon.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.