Bug im Email Template
-
In der Datei customer-new-account-activation.php ist ein kleiner Fehler, der dazu führt, da? der Account nicht aktiviert werden kann.
Zeile 30:
<p><?php printf( __( 'If you cannot follow the link above please copy this url and paste it to your browser bar: %s', 'woocommerce-germanized' ), $user_activation_url ); ?></p>
So funktioniert es:
<p><?php printf( __( 'If you cannot follow the link above please copy this url and paste it to your browser bar: %s', 'woocommerce-germanized' ), esc_attr( $user_activation_url ) ); ?></p>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug im Email Template’ is closed to new replies.