Changeset 44894 for trunk/src/wp-includes/class-json.php
- Timestamp:
- 03/13/2019 07:31:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r43325 r44894 806 806 (($this->strlen8($this->substr8($chrs, 0, $c)) - $this->strlen8(rtrim($this->substr8($chrs, 0, $c), '\\'))) % 2 != 1)) { 807 807 // found a quote, we're in a string, and it's not escaped 808 // we know that it's not escaped beca se there is _not_ an808 // we know that it's not escaped because there is _not_ an 809 809 // odd number of backslashes at the end of the string so far 810 810 array_pop($stk);
Note: See TracChangeset
for help on using the changeset viewer.