@@ -203,7 +203,7 @@ |
||
203 | 203 | if ( ! self::is_valid_cache_key( $cache_key ) ) { |
204 | 204 | if( empty( $cache_key ) ) { |
205 | 205 | return new WP_Error( 'give_empty_cache_key', __( 'Do not pass invalid empty cache key', 'give' ) ); |
206 | - }elseif ( ! $custom_key ) { |
|
206 | + } elseif ( ! $custom_key ) { |
|
207 | 207 | return new WP_Error( 'give_invalid_cache_key', __( 'Cache key format should be give_cache_*', 'give' ) ); |
208 | 208 | } |
209 | 209 |