| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | <?php if ( $this->notice_success ) : ?> |
| 2 | 2 | <div class="updated notice is-dismissible"> |
| 3 | - <p><strong><?php echo esc_html($this->notice_success); ?>.</strong></p> | |
| 3 | + <p><strong><?php echo $this->notice_success ?>.</strong></p> | |
| 4 | 4 | </div> |
| 5 | 5 | <?php elseif ( $this->notice_error ) : ?> |
| 6 | 6 | <div class="error notice is-dismissible"> |
| 7 | - <p><strong><?php echo esc_html($this->notice_error); ?></strong></p> | |
| 7 | + <p><strong><?php echo $this->notice_error; ?></strong></p> | |
| 8 | 8 | </div> |
| 9 | 9 | <?php endif ?> |
| 10 | 10 | |
| 11 | 11 | <?php if ( $this->notice_success ) : ?> |