@@ -217,7 +217,7 @@ |
||
| 217 | 217 | } |
| 218 | 218 | |
| 219 | 219 | $styles = self::get_email_styles(); |
| 220 | - if ( ! isset( $styles[ $style_key ] ) ) { |
|
| 220 | + if ( ! isset( $styles[$style_key] ) ) { |
|
| 221 | 221 | die( esc_html( $not_exist_msg ) ); |
| 222 | 222 | } |
| 223 | 223 | |