| @@ -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 { |