Ticket #19524: 19524.2.diff
| File 19524.2.diff, 418 bytes (added by nacin, 18 months ago) |
|---|
-
wp-admin/load-scripts.php
92 92 */ 93 93 function wp_guess_url() {} 94 94 95 if ( ! function_exists( 'json_encode' ) ) : 96 /** 97 * @ignore 98 */ 99 function json_encode() {} 100 endif; 101 95 102 function get_file($path) { 96 103 97 104 if ( function_exists('realpath') )
