will be auto-loaded

This commit is contained in:
Matthias Pfefferle 2023-05-04 15:18:58 +02:00
parent f1eb095add
commit 0fd11d25fa

View file

@ -81,7 +81,6 @@ require_once \dirname( __FILE__ ) . '/includes/functions.php';
// load NodeInfo endpoints only if blog is public
if ( true === (bool) \get_option( 'blog_public', 1 ) ) {
require_once \dirname( __FILE__ ) . '/includes/rest/class-nodeinfo.php';
Rest\NodeInfo::init();
}