]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/compat.php
Wordpress 2.9.2-scripts
[autoinstalls/wordpress.git] / wp-includes / compat.php
index ce7e954cbfe858a10f5d596221e02596ef683f26..45d746bec117df33755135022634391b91802bd2 100644 (file)
@@ -133,7 +133,7 @@ if ( !function_exists('json_encode') ) {
                        $wp_json = new Services_JSON();
                }
 
-               return $wp_json->encode( $string );
+               return $wp_json->encodeUnsafe( $string );
        }
 }