Changeset 45035 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 03/27/2019 05:08:04 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r44901 r45035 2042 2042 /* 2043 2043 * Add the filter to remove the placeholder escaper. Uses priority 0, so that anything 2044 * else attached to this filter will rec ieve the query with the placeholder string removed.2044 * else attached to this filter will receive the query with the placeholder string removed. 2045 2045 */ 2046 2046 if ( ! has_filter( 'query', array( $this, 'remove_placeholder_escape' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.