Last active
March 26, 2020 14:06
-
-
Save jkuchar/63663b21a0147b73f369ffddf5a83fbc to your computer and use it in GitHub Desktop.
3-icu-with-xss.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
translate('cannotContinue', [ | |
'link' => 'https://somewhere' | |
]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msgid "cannotContinue" | |
msgstr "You cannot continue, <a href="{link}">click here</a> to fix the problem." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment