X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/03f2fa83c13c1b532284205fa7efcab9b8b2c41f..b925718b4bf2dd47a8429f844d0a255ca6e35bd1:/wp-includes/class-json.php diff --git a/wp-includes/class-json.php b/wp-includes/class-json.php index 53b31e36..7f34d3fc 100644 --- a/wp-includes/class-json.php +++ b/wp-includes/class-json.php @@ -445,7 +445,7 @@ class Services_JSON case 'array': /* * As per JSON spec if any array key is not an integer - * we must treat the the whole array as an object. We + * we must treat the whole array as an object. We * also try to catch a sparsely populated associative * array with numeric keys here because some JS engines * will create an array with empty indexes up to