will be auto-loaded
This commit is contained in:
parent
f1eb095add
commit
0fd11d25fa
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ require_once \dirname( __FILE__ ) . '/includes/functions.php';
|
||||||
|
|
||||||
// load NodeInfo endpoints only if blog is public
|
// load NodeInfo endpoints only if blog is public
|
||||||
if ( true === (bool) \get_option( 'blog_public', 1 ) ) {
|
if ( true === (bool) \get_option( 'blog_public', 1 ) ) {
|
||||||
require_once \dirname( __FILE__ ) . '/includes/rest/class-nodeinfo.php';
|
|
||||||
Rest\NodeInfo::init();
|
Rest\NodeInfo::init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue