X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..8f374b7233bc2815ccc387e448d208c5434eb961:/wp-admin/load-scripts.php diff --git a/wp-admin/load-scripts.php b/wp-admin/load-scripts.php index 95a0c0cc..065ea9c9 100644 --- a/wp-admin/load-scripts.php +++ b/wp-admin/load-scripts.php @@ -21,7 +21,6 @@ function __() {} */ function _x() {} - /** * @ignore */ @@ -92,6 +91,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') )