Changes between Initial Version and Version 1 of Ticket #41610, comment 17
- Timestamp:
- 09/09/2017 07:08:10 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41610, comment 17
initial v1 3 3 Calls to wp-admin/load-scripts.php are now giving me an error: 4 4 5 Fatal error: Uncaught Error: Call to undefined function wp_json_encode() in /home/wporg/public_html/wp-includes/script-loader.php on line 6755 Fatal error: Uncaught Error: Call to undefined function wp_json_encode() in .../wp-includes/script-loader.php on line 675 6 6 7 7 wp_json_encode is in the wp-includes/functions.php file, which the load-scripts.php entry point does not load.