We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05f70e commit 3b68a7bCopy full SHA for 3b68a7b
src/licensing/views/license-form.php
@@ -72,7 +72,7 @@
72
<?php
73
} else {
74
?>
75
- <p><span class="status negative"><?php esc_html_e('INACTIVE', 'boxzilla'); ?></span> - <?php esc_html_e('you are <strong>not</strong> receiving plugin updates', 'boxzilla'); ?></p>
+ <p><span class="status negative"><?php esc_html_e('INACTIVE', 'boxzilla'); ?></span> - <?php echo wp_kses(__('you are <strong>not</strong> receiving plugin updates', 'boxzilla'), [ 'strong' => [] ]); ?></p>
76
77
}
78
0 commit comments