Skip to content

Commit f412e83

Browse files
committed
hashtag support is experimental
1 parent 3dfdf2a commit f412e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@
132132
</tr>
133133
<tr>
134134
<th scope="row">
135-
<?php \esc_html_e( 'Hashtags', 'activitypub' ); ?>
135+
<?php \esc_html_e( 'Hashtags (beta)', 'activitypub' ); ?>
136136
</th>
137137
<td>
138138
<p>
139-
<label><input type="checkbox" name="activitypub_use_hashtags" id="activitypub_use_hashtags" value="1" <?php echo \checked( '1', \get_option( 'activitypub_use_hashtags', '1' ) ); ?> /> <?php echo wp_kses( \__( 'Add hashtags in the content as native tags and replace the <code>#tag</code> with the tag-link.', 'activitypub' ), 'default' ); ?></label>
139+
<label><input type="checkbox" name="activitypub_use_hashtags" id="activitypub_use_hashtags" value="1" <?php echo \checked( '1', \get_option( 'activitypub_use_hashtags', '1' ) ); ?> /> <?php echo wp_kses( \__( 'Add hashtags in the content as native tags and replace the <code>#tag</code> with the tag-link. <strong>This feature is experimental! Please disable it, if you find any HTML or CSS errors.</strong>', 'activitypub' ), 'default' ); ?></label>
140140
</p>
141141
</td>
142142
</tr>

0 commit comments

Comments
 (0)