| @@ -6,9 +6,9 @@ | ||
| 6 | 6 | use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item_Has_Position; |
| 7 | 7 | use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item_With_Page; |
| 8 | 8 | |
| 9 | 9 | if ( ! defined( 'ABSPATH' ) ) { |
| 10 | - exit; // Exit if accessed directly. | |
| 10 | + exit; // Exit if accessed directly | |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | class Admin_Menu_Manager { |
| 14 | 14 | |