add missing namespace
This commit is contained in:
parent
999ca96692
commit
6042b7bd44
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class Health_Check {
|
||||||
*/
|
*/
|
||||||
public static function debug_information( $info ) {
|
public static function debug_information( $info ) {
|
||||||
$info['activitypub'] = array(
|
$info['activitypub'] = array(
|
||||||
'label' => __( 'ActivityPub' ),
|
'label' => __( 'ActivityPub', 'activitypub' ),
|
||||||
'fields' => array(
|
'fields' => array(
|
||||||
'webfinger' => array(
|
'webfinger' => array(
|
||||||
'label' => __( 'WebFinger Resource', 'activitypub' ),
|
'label' => __( 'WebFinger Resource', 'activitypub' ),
|
||||||
|
|
Loading…
Reference in a new issue