Update templates/settings.php

Co-authored-by: Matt Wiebe <wiebe@automattic.com>
This commit is contained in:
Matthias Pfefferle 2024-10-10 09:23:22 +02:00 committed by GitHub
parent 8c33dca9bd
commit c46a8725b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@
<p>
<label>
<input type="radio" name="activitypub_actor_mode" id="activitypub_actor_mode" value="<?php echo esc_attr( ACTIVITYPUB_ACTOR_AND_BLOG_MODE ); ?>" <?php echo \checked( ACTIVITYPUB_ACTOR_AND_BLOG_MODE, \get_option( 'activitypub_actor_mode', ACTIVITYPUB_ACTOR_MODE ) ); ?> />
<strong><?php \esc_html_e( 'Author and Blog Profiles', 'activitypub' ); ?></strong>
<strong><?php \esc_html_e( 'Both author and blog profiles', 'activitypub' ); ?></strong>
</label>
</p>
<p class="description">