PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.2
Elementor Website Builder – more than just a page builder v3.6.2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← 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() );