← All changes
|
modules/safe-mode/mu-plugin/elementor-safe-mode.php
+2
-1
4.1.0-beta1
→
3.26.4
View file →
| @@ -1,5 +1,6 @@ | ||
| 1 | 1 | <?php |
| 2 | + | |
| 2 | 3 | /** |
| 3 | 4 | * Plugin Name: Elementor Safe Mode |
| 4 | 5 | * Description: Safe Mode allows you to troubleshoot issues by only loading the editor, without loading the theme or any other plugin. |
| 5 | 6 | * Plugin URI: https://elementor.com/?utm_source=safe-mode&utm_campaign=plugin-uri&utm_medium=wp-dash |
| @@ -23,9 +24,9 @@ | ||
| 23 | 24 | * GNU General Public License for more details. |
| 24 | 25 | */ |
| 25 | 26 | |
| 26 | 27 | if ( ! defined( 'ABSPATH' ) ) { |
| 27 | - exit; // Exit if accessed directly. | |
| 28 | + exit; // Exit if accessed directly | |
| 28 | 29 | } |
| 29 | 30 | |
| 30 | 31 | class Safe_Mode { |
| 31 | 32 | |