Make WordPress Core


Ignore:
Timestamp:
03/13/2019 07:31:49 PM (6 years ago)
Author:
desrosj
Message:

Docs: Correct various spelling mistakes.

Props man4toman.
Fixes #46339.

File:
1 edited

Legend:

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

    r43325 r44894  
    806806                                 (($this->strlen8($this->substr8($chrs, 0, $c)) - $this->strlen8(rtrim($this->substr8($chrs, 0, $c), '\\'))) % 2 != 1)) {
    807807                            // found a quote, we're in a string, and it's not escaped
    808                             // we know that it's not escaped becase there is _not_ an
     808                            // we know that it's not escaped because there is _not_ an
    809809                            // odd number of backslashes at the end of the string so far
    810810                            array_pop($stk);
Note: See TracChangeset for help on using the changeset viewer.