We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0b8af commit cb99315Copy full SHA for cb99315
includes/wp-admin/class-settings-fields.php
@@ -599,7 +599,7 @@ public static function render_blocklist_subscriptions_field() {
599
<button type="button" class="button add-blocklist-subscription-btn" data-url="<?php echo \esc_attr( Blocklist_Subscriptions::IFTAS_DNI_URL ); ?>">
600
<?php \esc_html_e( 'Subscribe to IFTAS DNI List', 'activitypub' ); ?>
601
</button>
602
- <?php \esc_html_e( 'A curated list of the worst actors on the fediverse.', 'activitypub' ); ?>
+ <?php echo \wp_kses_post( \__( 'Domains <a href="https://about.iftas.org/" target="_blank" rel="noopener">IFTAS</a> recommends not federating with.', 'activitypub' ) ); ?>
603
</p>
604
<?php endif; ?>
605
</div>
0 commit comments