X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..41497a896330304904ef6d5783c724ea713739f6:/wp-admin/load-scripts.php?ds=sidebyside diff --git a/wp-admin/load-scripts.php b/wp-admin/load-scripts.php index 95a0c0cc..8cdb9f7e 100644 --- a/wp-admin/load-scripts.php +++ b/wp-admin/load-scripts.php @@ -21,7 +21,6 @@ function __() {} */ function _x() {} - /** * @ignore */ @@ -52,6 +51,11 @@ function is_lighttpd_before_150() {} */ function add_action() {} +/** + * @ignore + */ +function did_action() {} + /** * @ignore */ @@ -92,6 +96,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') )