Skip to content

Commit 1f58033

Browse files
author
Antti Kuosmanen
committed
Fix wp_kses usage
1 parent 7d45a3e commit 1f58033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-submission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function metabox_submission() {
270270
}
271271
?>
272272
<tr>
273-
<th><strong><?php echo esc_html( $field ); ?></strong> <?php echo wp_kses( $possible_link ); ?></th>
273+
<th><strong><?php echo esc_html( $field ); ?></strong> <?php echo wp_kses( $possible_link, '' ); ?></th>
274274
<?php if ( strlen( $value ) > 60 || strpos( $value, "\n" ) ) : ?>
275275
<td><textarea style="width:100%" readonly><?php echo esc_textarea( $value ); ?></textarea></td>
276276
<?php else : ?>

0 commit comments

Comments
 (0)