fix #73
This commit is contained in:
parent
65034d2a76
commit
be721e851e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Nodeinfo {
|
||||||
$nodeinfo = array();
|
$nodeinfo = array();
|
||||||
|
|
||||||
$nodeinfo['version'] = '1.0';
|
$nodeinfo['version'] = '1.0';
|
||||||
$nodeinfo['software'] = array(
|
$nodeinfo['server'] = array(
|
||||||
'baseUrl' => home_url( '/' ),
|
'baseUrl' => home_url( '/' ),
|
||||||
'name' => \get_bloginfo( 'name' ),
|
'name' => \get_bloginfo( 'name' ),
|
||||||
'software' => 'wordpress',
|
'software' => 'wordpress',
|
||||||
|
|
Loading…
Reference in a new issue