← All changes
|
app/modules/import-export/runners/revert/templates.php
+4
-3
4.3.0
→
3.22.2
View file →
| @@ -2,16 +2,17 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Elementor\App\Modules\ImportExport\Runners\Revert; |
| 4 | 4 | |
| 5 | 5 | class Templates extends Revert_Runner_Base { |
| 6 | - /** | |
| 6 | + /* | |
| 7 | 7 | * The implement of this runner is part of the Pro plugin. |
| 8 | 8 | */ |
| 9 | - public static function get_name(): string { | |
| 9 | + | |
| 10 | + public static function get_name() : string { | |
| 10 | 11 | return 'templates'; |
| 11 | 12 | } |
| 12 | 13 | |
| 13 | - public function should_revert( array $data ): bool { | |
| 14 | + public function should_revert( array $data ) : bool { | |
| 14 | 15 | return false; |
| 15 | 16 | } |
| 16 | 17 | |
| 17 | 18 | public function revert( array $data ) { } |