Skip to content

Commit

Permalink
Add content warning help text (#963)
Browse files Browse the repository at this point in the history
* Add content warning help text

* proper textdomain
  • Loading branch information
mattwiebe authored Oct 30, 2024
1 parent a080976 commit 8708609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/editor-plugin/plugin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives'), 'version' => '17e49ff0c4bfb68ce7a2');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives'), 'version' => '1ebc97a4169ba4373b62');
2 changes: 1 addition & 1 deletion build/editor-plugin/plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/editor-plugin/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const EditorPlugin = () => {
setMeta( { ...meta, activitypub_content_warning: value } );
} }
placeholder={ __( 'Optional content warning', 'activitypub' ) }
help={ __( 'Content warnings do not change the content on your site, only in the fediverse.', 'activitypub' ) }
/>
<RadioControl
label={ __( 'Visibility', 'activitypub' ) }
Expand Down

0 comments on commit 8708609

Please sign in to comment.