mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +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:
parent
54c840dc04
commit
ff49cc7ebf
@ -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.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user