| @@ -16,8 +16,12 @@ | ||
| 16 | 16 | </a> |
| 17 | 17 | |
| 18 | 18 | <?php if ( ! \Activitypub\is_user_disabled( \Activitypub\Collection\Users::BLOG_USER_ID ) ) : ?> |
| 19 | 19 | |
| 20 | + <a href="<?php echo \esc_url_raw( admin_url( 'options-general.php?page=activitypub&tab=blog-profile' ) ); ?>" class="activitypub-settings-tab <?php echo \esc_attr( $args['blog-profile'] ); ?>"> | |
| 21 | + <?php \esc_html_e( 'Blog-Profile', 'activitypub' ); ?> | |
| 22 | + </a> | |
| 23 | + | |
| 20 | 24 | <a href="<?php echo \esc_url_raw( admin_url( 'options-general.php?page=activitypub&tab=followers' ) ); ?>" class="activitypub-settings-tab <?php echo \esc_attr( $args['followers'] ); ?>"> |
| 21 | 25 | <?php \esc_html_e( 'Followers', 'activitypub' ); ?> |
| 22 | 26 | </a> |
| 23 | 27 | |