X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..refs/tags/wordpress-3.3.1-scripts:/wp-admin/load-scripts.php?ds=sidebyside diff --git a/wp-admin/load-scripts.php b/wp-admin/load-scripts.php index 95a0c0cc..833677c2 100644 --- a/wp-admin/load-scripts.php +++ b/wp-admin/load-scripts.php @@ -92,6 +92,13 @@ function includes_url() {} */ function wp_guess_url() {} +if ( ! function_exists( 'json_encode' ) ) : +/** + * @ignore + */ +function json_encode() {} +endif; + function get_file($path) { if ( function_exists('realpath') )