← All changes
|
includes/admin-templates/new-template.php
+1
-1
4.1.0-dev2
→
3.23.0-dev3
View file →
| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | use Elementor\Core\Base\Document; |
| 5 | 5 | use Elementor\TemplateLibrary\Forms\New_Template_Form; |
| 6 | 6 | |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | - exit; // Exit if accessed directly. | |
| 8 | + exit; // Exit if accessed directly | |
| 9 | 9 | } |
| 10 | 10 | $new_template_control_form = new New_Template_Form( [ 'id' => 'form' ] ); |
| 11 | 11 | $document_types = Plugin::$instance->documents->get_document_types(); |
| 12 | 12 | |