[wp-trac] [WordPress Trac] #41610: Widgets: Change "close" to "done?"
WordPress Trac
noreply at wordpress.org
Sat Sep 9 19:07:22 UTC 2017
#41610: Widgets: Change "close" to "done?"
-------------------------+--------------------------
Reporter: melchoyce | Owner: westonruter
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.9
Component: Widgets | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
-------------------------+--------------------------
Comment (by Otto42):
@westonruter Think you broke something pretty bad here.
Calls to wp-admin/load-scripts.php are now giving me an error:
Fatal error: Uncaught Error: Call to undefined function wp_json_encode()
in /home/wporg/public_html/wp-includes/script-loader.php on line 675
wp_json_encode is in the wp-includes/functions.php file, which the load-
scripts.php entry point does not load.
The result of this is that a lot of the wp-admin is not working because
the script concatenater code no longer returns any scripts. Breaks, oh,
pretty much everything in the wp-admin that uses javascript libraries.
Noticed this on WordPress.org in the plugins admin area first.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41610#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list