We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a8af7 commit a33227fCopy full SHA for a33227f
1 file changed
qa-include/qa-check-lang.php
@@ -238,6 +238,7 @@ function get_phrase_substitutions($phrase)
238
function output_lang_issue($prefix, $key, $issue, $error = true)
239
{
240
$colorClass = $error ? 'severe' : 'warning';
241
+ $key = (string) $key;
242
243
$htmlKey = strlen($key) > 0 ? "'<strong>" . qa_html($key) . "</strong>'" : '';
244
0 commit comments