Update templates/settings.php

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

View file

@ -42,7 +42,7 @@
<p>
<label>
<input type="radio" name="activitypub_actor_mode" id="activitypub_actor_mode" value="<?php echo esc_attr( ACTIVITYPUB_BLOG_MODE ); ?>" <?php echo \checked( ACTIVITYPUB_BLOG_MODE, \get_option( 'activitypub_actor_mode', ACTIVITYPUB_ACTOR_MODE ) ); ?> />
<strong><?php \esc_html_e( 'Blog Profile Only', 'activitypub' ); ?></strong>
<strong><?php \esc_html_e( 'Blog profile only', 'activitypub' ); ?></strong>
</label>
</p>
<p class="description">