| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Elementor\Core\Base; |
| 4 | 4 | |
| 5 | 5 | if ( ! defined( 'ABSPATH' ) ) { |
| 6 | - exit; // Exit if accessed directly. | |
| 6 | + exit; // Exit if accessed directly | |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * Base Object |
| @@ -66,9 +66,8 @@ | ||
| 66 | 66 | /** |
| 67 | 67 | * Delete setting. |
| 68 | 68 | * |
| 69 | 69 | * Deletes the settings array or a specific key of the settings array if `$key` is specified. |
| 70 | - * | |
| 71 | 70 | * @since 2.3.0 |
| 72 | 71 | * @access public |
| 73 | 72 | * |
| 74 | 73 | * @param string $key Optional. Default is null. |