Skip to content

Commit b0d1085

Browse files
committed
change name
1 parent 9f2106e commit b0d1085

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-i18n', 'wp-plugins'), 'version' => '48d7b75f27b9d4f0a5e9');
1+
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-i18n', 'wp-plugins'), 'version' => '33ab8e9f9fc4a91372c2');

build/editor-plugin/plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/editor-plugin/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const EditorPlugin = () => {
2020
>
2121
<CheckboxControl
2222
__nextHasNoMarginBottom
23-
label={ __( 'Close Webmentions', 'webmention' ) }
23+
label={ __( 'Disable Webmentions', 'webmention' ) }
2424
help={ __( 'Do not accept incoming Webmentions for this post.', 'webmention' ) }
2525
checked={ meta.webmentions_closed }
2626
onChange={ ( value ) => {

0 commit comments

Comments
 (0)