fix broken namespace
This commit is contained in:
parent
2a8cd2a54f
commit
bb9f9d5776
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class Health_Check {
|
||||||
$user = \wp_get_current_user();
|
$user = \wp_get_current_user();
|
||||||
$account = \Activitypub\get_webfinger_resource( $user->ID );
|
$account = \Activitypub\get_webfinger_resource( $user->ID );
|
||||||
|
|
||||||
$url = Activitypub\Webfinger::resolve( $account );
|
$url = \Activitypub\Webfinger::resolve( $account );
|
||||||
if ( \is_wp_error( $url ) ) {
|
if ( \is_wp_error( $url ) ) {
|
||||||
$health_messages = array(
|
$health_messages = array(
|
||||||
'webfinger_url_not_accessible' => \sprintf(
|
'webfinger_url_not_accessible' => \sprintf(
|
||||||
|
|
Loading…
Reference in a new issue