We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d45a3e commit 1f58033Copy full SHA for 1f58033
1 file changed
classes/class-cpt-wplf-submission.php
@@ -270,7 +270,7 @@ function metabox_submission() {
270
}
271
?>
272
<tr>
273
- <th><strong><?php echo esc_html( $field ); ?></strong> <?php echo wp_kses( $possible_link ); ?></th>
+ <th><strong><?php echo esc_html( $field ); ?></strong> <?php echo wp_kses( $possible_link, '' ); ?></th>
274
<?php if ( strlen( $value ) > 60 || strpos( $value, "\n" ) ) : ?>
275
<td><textarea style="width:100%" readonly><?php echo esc_textarea( $value ); ?></textarea></td>
276
<?php else : ?>
0 commit comments