mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01: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…
x
Reference in New Issue
Block a user