Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41610, comment 17


Ignore:
Timestamp:
09/09/2017 07:08:10 PM (8 years ago)
Author:
Otto42
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41610, comment 17

    initial v1  
    33Calls to wp-admin/load-scripts.php are now giving me an error:
    44
    5 Fatal error: Uncaught Error: Call to undefined function wp_json_encode() in /home/wporg/public_html/wp-includes/script-loader.php on line 675
     5Fatal error: Uncaught Error: Call to undefined function wp_json_encode() in .../wp-includes/script-loader.php on line 675
    66
    77wp_json_encode is in the wp-includes/functions.php file, which the load-scripts.php entry point does not load.