Skip to content

Commit da39742

Browse files
Sanitize and escape strings
1 parent 5efb5cf commit da39742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/class-bfi-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function get_thumbnail_html( $post_id ) {
208208
</div>
209209
<?php if( !empty($thumb)) { ?>
210210
<div class="bfi-remove-image">
211-
<a id="remove-featured-image" class="remove-featured-image" data-current_page="<?php echo $current_page; ?>" data-id="<?php echo $post_id; ?>">Remove image</a>
211+
<a id="remove-featured-image" class="remove-featured-image" data-current_page="<?php echo $current_page; ?>" data-id="<?php echo $post_id; ?>"><?php esc_html_e( 'Remove image', 'bulk-featured-image' ); ?></a>
212212
</div>
213213
<?php } ?>
214214
<?php

0 commit comments

Comments
 (0)