Changeset 45707 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 08/01/2019 02:24:08 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r45639 r45707 2093 2093 * else attached to this filter will receive the query with the placeholder string removed. 2094 2094 */ 2095 if ( !has_filter( 'query', array( $this, 'remove_placeholder_escape' ) ) ) {2095 if ( false === has_filter( 'query', array( $this, 'remove_placeholder_escape' ) ) ) { 2096 2096 add_filter( 'query', array( $this, 'remove_placeholder_escape' ), 0 ); 2097 2097 }
Note: See TracChangeset
for help on using the changeset viewer.