remove irrelevent option
This commit is contained in:
parent
3d573aa140
commit
3c730050b7
1 changed files with 0 additions and 3 deletions
|
@ -92,9 +92,6 @@ class Nodeinfo {
|
||||||
'email' => \get_option( 'admin_email' ),
|
'email' => \get_option( 'admin_email' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
$nodeinfo['blog_public'] = array(
|
|
||||||
'blog_public' => \get_option('blog_public') );
|
|
||||||
|
|
||||||
return new \WP_REST_Response( $nodeinfo, 200 );
|
return new \WP_REST_Response( $nodeinfo, 200 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue