Fixes Localizaion on Error Output

isekai
Tim Nolte 5 years ago
parent 4023dd0c84
commit e5a2178b76
No known key found for this signature in database
GPG Key ID: B872035D40077033

@ -153,7 +153,7 @@ class OpenID_Connect_Generic_Login_Form {
ob_start();
?>
<div id="login_error">
<strong><?php printf( _e( 'ERROR (%1$s)', 'daggerhart-openid-connect-generic' ), $error_code ); ?>: </strong>
<strong><?php printf( __( 'ERROR (%1$s)', 'daggerhart-openid-connect-generic' ), $error_code ); ?>: </strong>
<?php print esc_html( $error_message ); ?>
</div>
<?php

Loading…
Cancel
Save