| @@ -96,9 +96,9 @@ | ||
| 96 | 96 | ) |
| 97 | 97 | ); |
| 98 | 98 | |
| 99 | 99 | if ( '' === $args['message_text'] ) { |
| 100 | - wp_die( __( 'ERROR: Wrong arguments [missing message text argument]', 'wp-data-access' ) ); | |
| 100 | + wp_die( esc_attr__( 'ERROR: Wrong arguments [missing message text argument]', 'wp-data-access' ) ); | |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | $this->message_text = $args['message_text']; |
| 104 | 104 | $this->message_type = $args['message_type']; |