← All changes
|
core/kits/documents/tabs/settings-page-transitions.php
+2
-2
4.3.0
→
3.8.1
View file →
| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Plugin; |
| 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 Settings_Page_Transitions extends Tab_Base { |
| 11 | 11 | |
| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | return self::TAB_ID; |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | public function get_title() { |
| 19 | - return esc_html__( 'Page Transitions', 'elementor' ); | |
| 19 | + return __( 'Page Transitions', 'elementor' ); | |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | public function get_group() { |
| 23 | 23 | return 'settings'; |