Skip to content

Commit 085effc

Browse files
release: fixes
- Enhanced security
2 parents 0cbd7e1 + bc4e194 commit 085effc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/front.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,10 +494,10 @@ public static function get_svg_icon( $meta ) {
494494
'<img src="%s" class="%s" aria-hidden="true" alt="%s"%s%s%s/>',
495495
esc_url( wp_get_attachment_url( $meta['icon'] ) ),
496496
esc_attr( $classes ),
497-
$image_alt,
498-
$width,
499-
$height,
500-
$style
497+
esc_attr( $image_alt ),
498+
esc_attr( $width ),
499+
esc_attr( $height ),
500+
esc_attr( $style )
501501
);
502502
}
503503

0 commit comments

Comments
 (0)