• Resolved chrispeterfy

    (@chrispeterfy)


    I needed to translate the “do not publish” string with WPML but it was not wrapped with gettext so WPML did not find it.

    Here is the change, WPML found the string. Would you be able to add this change? Thanks.

    $output .= esc_html__( ‘Please do not publish my name. I would like to remain anonymous.’, ‘dgx-donate’ );

    https://wordpress.org/plugins/seamless-donations/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Changed esc_html to esc_html__ for "do not publish"’ is closed to new replies.