Thread Starter
Yanou
(@yanou)
<p><?php printf( __( 'Pour postuler :<br><strong>Envoyez votre CV et lettre de motivation</strong> par courriel à <a class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>', 'wp-job-manager' ), $apply->email, '?subject=' . rawurlencode( $apply->subject ) ); ?></p>
Maybe the error in in this code? Don’t know!
Looks like it – why have you edited that file instead of using a localisation? It’s likely the bug was introduced when that code was changed.
Thread Starter
Yanou
(@yanou)
What can i do with this? No alternative?
Restore to the original version and see if it fixes the link.
Then create a localisation to translate the text if you need it translated.
FYI, it’s outputting those backslashes (\) which is why the link is broken.