Skip to content

Commit 6413267

Browse files
committed
Update help test again.
1 parent f90fa4e commit 6413267

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/editor.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '39b60f279020869a67bf');
1+
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '780d79d0cb759d2dc121');

build/editor.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const withPostIdOverride = createHigherOrderComponent((BlockEdit) => {
176176
});
177177
}}
178178
help={__(
179-
'Specify the Post ID of an event to replace the default post ID used by this block.',
179+
'Specify the post ID of an event to replace the default post ID used by this block.',
180180
'gatherpress'
181181
)}
182182
/>

0 commit comments

Comments
 (0)