]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-json.php
WordPress 4.7
[autoinstalls/wordpress.git] / wp-includes / class-json.php
index 53b31e3634185a46a186e7ad28539b5f398a1626..7f34d3fcab80da0ce68f83f18a99def369bed758 100644 (file)
@@ -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