IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
2043 | 2043 | * Add the filter to remove the placeholder escaper. Uses priority 0, so that anything |
2044 | 2044 | * else attached to this filter will receive the query with the placeholder string removed. |
2045 | 2045 | */ |
2046 | | if ( ! has_filter( 'query', array( $this, 'remove_placeholder_escape' ) ) ) { |
| 2046 | if ( false === has_filter( 'query', array( $this, 'remove_placeholder_escape' ) ) ) { |
2047 | 2047 | add_filter( 'query', array( $this, 'remove_placeholder_escape' ), 0 ); |
2048 | 2048 | } |
2049 | 2049 | |