PluginProbe
Welcart e-Commerce / 2.12.4
Welcart e-Commerce v2.12.4
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
← All changes | widgets/usces_featured.php +1 -1 2.11.322.12.4 View file →
@@ -58,9 +58,9 @@
58 58 ?>
59 59 <li class="featured_list<?php echo esc_attr( $class ); ?><?php echo apply_filters( 'usces_filter_featured_list_class', null, $list_index, $num ); ?>">
60 60 <?php
61 61 $list = '<div class="thumimg"><a href="' . get_permalink( $post_id ) . '">' . usces_the_itemImage( 0, 150, 150, $post, 'return' ) . '</a></div>';
62 - $list .= '<div class="thumtitle"><a href="' . get_permalink( $post_id ) . '" rel="bookmark">' . $usces->getItemName( $post_id ) . '&nbsp;(' . $usces->getItemCode( $post_id ) . ')</a></div>';
62 + $list .= '<div class="thumtitle"><a href="' . get_permalink( $post_id ) . '" rel="bookmark">' . esc_html( $usces->getItemName( $post_id ) ) . '&nbsp;(' . esc_html( $usces->getItemCode( $post_id ) ) . ')</a></div>';
63 63 echo apply_filters( 'usces_filter_featured_widget', $list, $post, $list_index, $instance );
64 64 ?>
65 65 </li>
66 66 <?php