Skip to content

Commit 2ee2e82

Browse files
authored
Following: Add info section about follow requests (#1934)
1 parent fa64aae commit 2ee2e82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/following-list.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@
4949
<?php wp_nonce_field( 'bulk-' . $following_list_table->_args['plural'] ); ?>
5050
<?php $following_list_table->display(); ?>
5151
</form>
52+
<div class="form-wrap edit-term-notes">
53+
<strong><?php esc_html_e( 'About Followings', 'activitypub' ); ?></strong>
54+
<p class="description"><?php esc_html_e( 'When you follow another author, a follow request is sent on your behalf. If you see &#8220;Pending,&#8221; it means your follow request hasn&#8217;t been accepted yet—so you aren&#8217;t following that author until they approve your request. This is a normal part of the ActivityPub protocol and helps ensure that authors have control over who follows them.', 'activitypub' ); ?></p>
55+
</div>
5256
</div>

0 commit comments

Comments
 (0)