← All changes
|
core/kits/documents/tabs/settings-page-transitions.php
+3
-3
4.3.1
→
3.6.2
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'; |
| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | return 'eicon-page-transition'; |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | public function get_help_url() { |
| 31 | - return 'https://go.elementor.com/page-transitions/'; | |
| 31 | + return 'https://go.elementor.com/page-transitions'; | |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | protected function register_tab_controls() { |
| 35 | 35 | Plugin::$instance->controls_manager->add_page_transitions_controls( $this->parent, $this->get_id() ); |