| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | use Elementor\Plugin; |
| 9 | 9 | use Elementor\TemplateLibrary\Source_Local; |
| 10 | 10 | |
| 11 | 11 | if ( ! defined( 'ABSPATH' ) ) { |
| 12 | - exit; // Exit if accessed directly. | |
| 12 | + exit; // Exit if accessed directly | |
| 13 | 13 | } |
| 14 | 14 | |
| 15 | 15 | class Landing_Page extends PageBase { |
| 16 | 16 | |
| @@ -50,9 +50,9 @@ | ||
| 50 | 50 | * @access public |
| 51 | 51 | * @static |
| 52 | 52 | */ |
| 53 | 53 | public static function get_plural_title() { |
| 54 | - return esc_html__( 'Landing Pages', 'elementor' ); | |
| 54 | + return __( 'Landing Pages', 'elementor' ); | |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | public static function get_create_url() { |
| 58 | 58 | return parent::get_create_url() . '#library'; |