Make WordPress Core

Changeset 45035


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

Docs: Correct some documentation typos.

See #46543

Location:
trunk
Files:
2 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' ) ) ) {
  • trunk/tests/phpunit/tests/http/base.php

    r44577 r45035  
    227227     */
    228228    function test_send_headers() {
    229         // Test that the headers sent are recieved by the server
     229        // Test that the headers sent are received by the server
    230230        $headers = array(
    231231            'test1' => 'test',
Note: See TracChangeset for help on using the changeset viewer.