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 | functions/admin_func.php +1 -1 2.11.312.12.4 View file →
@@ -303,9 +303,9 @@
303 303 if ( '' !== $class ) {
304 304 ?>
305 305 <div id="usces_admin_status">
306 306 <div id="usces_action_status" class="<?php echo esc_attr( $class ); ?> notice is-dismissible">
307 - <p><strong><?php wel_esc_script_e( $message ); ?></strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'usces' ); ?></span></button>
307 + <p><strong><?php echo wp_kses_post( $message ); ?></strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'usces' ); ?></span></button>
308 308 </div>
309 309 </div>
310 310 <?php
311 311 } else {