← All changes
|
data/v2/base/endpoint/index/sub-index-endpoint.php
+1
-1
4.3.1
→
3.20.0-dev3
View file →
| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Data\V2\Base\Endpoint\Index; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | /** |
| 10 | 10 | * Class SubIndexEndpoint is default `Base\Endpoint\Index` of `SubController`, |
| 11 | 11 | * it was created to handle base_route and format for child controller, index endpoint. |