Skip to content

Commit

Permalink
kses output
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Feb 11, 2023
1 parent bdbf481 commit 805f31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/class-addresses-list-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function( Bitcoin_Gateway $gateway ) use ( $wallet_address ):bool {
}

echo '<span title="' . esc_attr( $wallet_address ) . '">';
echo $href_html;
echo wp_kses_post( $href_html );
echo esc_html( $abbreviated );
if ( ! empty( $href_html ) ) {
echo '</a>'; }
Expand Down

0 comments on commit 805f31c

Please sign in to comment.