PluginProbe
Code Snippets / 4.0.0-beta.2
Code Snippets v4.0.0-beta.2
4.0.0-beta.2 3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 All 65 releases
← All changes | js/components/ImportMenu/MigrateForm/MigrateForm.tsx +0 -2 3.10.0 → 4.0.0-beta.2 View file →
@@ -90,10 +90,8 @@
90 90 }
91 91
92 92 return (
93 93 <>
94 - <p>{__('If you are using another snippets plugin, you can import those existing snippets to your Code Snippets library.', 'code-snippets')}</p>
95 -
96 94 <ImporterSelector
97 95 value={selectedImporter}
98 96 options={importers}
99 97 isLoading={isWorking === MigrationStep.FetchSnippets}