Skip to content

Commit cb99315

Browse files
authored
Improve IFTAS DNI list description (#2646)
1 parent de0b8af commit cb99315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wp-admin/class-settings-fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public static function render_blocklist_subscriptions_field() {
599599
<button type="button" class="button add-blocklist-subscription-btn" data-url="<?php echo \esc_attr( Blocklist_Subscriptions::IFTAS_DNI_URL ); ?>">
600600
<?php \esc_html_e( 'Subscribe to IFTAS DNI List', 'activitypub' ); ?>
601601
</button>
602-
<?php \esc_html_e( 'A curated list of the worst actors on the fediverse.', 'activitypub' ); ?>
602+
<?php echo \wp_kses_post( \__( 'Domains <a href="https://about.iftas.org/" target="_blank" rel="noopener">IFTAS</a> recommends not federating with.', 'activitypub' ) ); ?>
603603
</p>
604604
<?php endif; ?>
605605
</div>

0 commit comments

Comments
 (0)