diff --git a/packages/edit-site/src/plugins/index.js b/packages/edit-site/src/plugins/index.js index c9c28dac0fd06..5a5f4cbe416e1 100644 --- a/packages/edit-site/src/plugins/index.js +++ b/packages/edit-site/src/plugins/index.js @@ -1,6 +1,9 @@ /** * WordPress dependencies */ +import { __ } from '@wordpress/i18n'; +import { MenuItem, VisuallyHidden } from '@wordpress/components'; +import { external } from '@wordpress/icons'; import { registerPlugin } from '@wordpress/plugins'; /** @@ -17,6 +20,23 @@ registerPlugin( 'edit-site', { + + { __( 'Help' ) } + + { + /* translators: accessibility text */ + __( '(opens in a new tab)' ) + } + + );