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 | modules/landing-pages/documents/landing-page.php +2 -2 4.3.0 → 3.6.2 View file →
@@ -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';