| @@ -67,12 +67,12 @@ | ||
| 67 | 67 | |
| 68 | 68 | if ( ! is_string( $str ) |
| 69 | 69 | || trim( $str ) === '' |
| 70 | 70 | || ! wplng_str_contains( $str, '/' ) |
| 71 | - || wplng_str_starts_with( $str, 'GlotPress/' ) // JSON WP translation system | |
| 71 | + || wplng_str_starts_with( $str, 'GlotPress/' ) // JSON WP translation system | |
| 72 | 72 | || wplng_str_starts_with( $str, 'wpgb-content-block/' ) // Plugin: WP Grid Builder |
| 73 | - || wplng_str_starts_with( $str, '/wc/store/v1' ) // Plugin: WooCommerce | |
| 74 | - || wplng_str_starts_with( $str, 'contact-form-7/v1' ) // Plugin: Contact Form 7 | |
| 73 | + || wplng_str_starts_with( $str, '/wc/store/v1' ) // Plugin: WooCommerce | |
| 74 | + || wplng_str_starts_with( $str, 'contact-form-7/v1' ) // Plugin: Contact Form 7 | |
| 75 | 75 | ) { |
| 76 | 76 | return false; |
| 77 | 77 | } |
| 78 | 78 | |