Make WordPress Core


Ignore:
Timestamp:
03/27/2019 05:08:04 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Correct some documentation typos.

See #46543

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-db.php

    r44901 r45035  
    20422042        /*
    20432043         * Add the filter to remove the placeholder escaper. Uses priority 0, so that anything
    2044          * else attached to this filter will recieve the query with the placeholder string removed.
     2044         * else attached to this filter will receive the query with the placeholder string removed.
    20452045         */
    20462046        if ( ! has_filter( 'query', array( $this, 'remove_placeholder_escape' ) ) ) {
Note: See TracChangeset for help on using the changeset viewer.