mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 23:54:33 +00:00
REST API: don't load wp-admin/includes/admin.php on every request.
Props swissspidy. Fixes #34395. git-svn-id: https://develop.svn.wordpress.org/trunk@35353 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/** Admin bootstrap */
|
||||
require_once( ABSPATH . 'wp-admin/includes/admin.php' );
|
||||
|
||||
/**
|
||||
* Core class used to implement the WordPress REST API server.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user