| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | use Elementor\Settings; |
| 10 | 10 | use Elementor\Sub_Controls_Stack; |
| 11 | 11 | |
| 12 | 12 | if ( ! defined( 'ABSPATH' ) ) { |
| 13 | - exit; // Exit if accessed directly. | |
| 13 | + exit; // Exit if accessed directly | |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | abstract class Tab_Base extends Sub_Controls_Stack { |
| 17 | 17 | /** |
| @@ -77,9 +77,9 @@ | ||
| 77 | 77 | 'alert_type' => 'warning', |
| 78 | 78 | 'content' => sprintf( |
| 79 | 79 | /* translators: 1: Link open tag, 2: Link close tag. */ |
| 80 | 80 | esc_html__( 'In order for Theme Style to affect all relevant Elementor elements, please disable Default Colors and Fonts from the %1$sSettings Page%2$s.', 'elementor' ), |
| 81 | - '<a href="' . Settings::get_settings_tab_url( 'general' ) . '" target="_blank">', | |
| 81 | + '<a href="' . esc_url( Settings::get_url() ) . '" target="_blank">', | |
| 82 | 82 | '</a>' |
| 83 | 83 | ), |
| 84 | 84 | 'render_type' => 'ui', |
| 85 | 85 | ] |