use ActivityPub instead of Fediverse
to be consistent
This commit is contained in:
parent
113a3bd4d2
commit
2f8579cfe1
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ class Admin {
|
|||
|
||||
public static function add_fediverse_profile( $user ) {
|
||||
?>
|
||||
<h2 id="fediverse"><?php \esc_html_e( 'Fediverse', 'activitypub' ); ?></h2>
|
||||
<h2 id="activitypub"><?php \esc_html_e( 'ActivityPub', 'activitypub' ); ?></h2>
|
||||
<?php
|
||||
\Activitypub\get_identifier_settings( $user->ID );
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
),
|
||||
\Activitypub\get_webfinger_resource( wp_get_current_user()->ID ),
|
||||
\get_author_posts_url( wp_get_current_user()->ID ),
|
||||
\admin_url( 'profile.php#fediverse' )
|
||||
\admin_url( 'profile.php#activitypub' )
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue