Remove link to the old form editor

[MAILPOET-2625]
This commit is contained in:
Pavel Dohnal
2020-01-29 13:53:06 +01:00
committed by Jack Kitterhing
parent a8b31d1a74
commit ec42ef4eeb
3 changed files with 8 additions and 23 deletions

View File

@@ -10,9 +10,6 @@
<div class="block-editor">
<div id="mailpoet_form_edit" class="block-editor__container">
</div>
<div id="mailpoet_form_edit_old_editor_fallback_link">
<a href="?page=mailpoet-form-editor&id=<%=form['id']%>&legacy=1"><%=__('Use the old editor.')%></a>
</div>
</div>
<script>
@@ -114,7 +111,6 @@
'customFieldWithNameExists': __('The custom field [name] already exists. Please choose another name.'),
'editorIsUsingGutenberg': __('This form editor uses the WordPress Block Editor (Gutenberg)'),
'giveFeedback': __('Give feedback.'),
'useOldEditor': __('Use the old editor.')
}) %>
<% endblock %>