Skip to content

Commit 2fe359c

Browse files
committed
add fediverse symbol
https://symbol.fediverse.info/
1 parent d577dc0 commit 2fe359c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

includes/class-admin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public static function admin_menu() {
7070
// user has to be able to publish posts
7171
if ( ! is_user_disabled( get_current_user_id() ) ) {
7272
$followers_list_page = \add_users_page(
73-
\__( 'Followers', 'activitypub' ),
74-
\__( 'Followers', 'activitypub' ),
73+
\__( 'Followers', 'activitypub' ),
74+
\__( 'Followers', 'activitypub' ),
7575
'read',
7676
'activitypub-followers-list',
7777
array(
@@ -86,8 +86,8 @@ public static function admin_menu() {
8686
);
8787

8888
\add_users_page(
89-
\__( 'Extra Fields', 'activitypub' ),
90-
\__( 'Extra Fields', 'activitypub' ),
89+
\__( 'Extra Fields', 'activitypub' ),
90+
\__( 'Extra Fields', 'activitypub' ),
9191
'read',
9292
\esc_url( \admin_url( '/edit.php?post_type=ap_extrafield' ) )
9393
);

templates/toolbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="card activitypub" id="activitypub">
2-
<h2><?php esc_html_e( 'Fediverse Bookmarklet', 'activitypub' ); ?></h2>
2+
<h2><?php esc_html_e( 'Fediverse Bookmarklet', 'activitypub' ); ?></h2>
33
<p>
44
<?php esc_html_e( 'This lightweight bookmarklet makes it simple to reply to content on any webpage that supports ActivityPub, enhancing your interaction on the fediverse.', 'activitypub' ); ?>
55
</p>

0 commit comments

Comments
 (0)