PluginProbe
Elementor Website Builder – more than just a page builder / 3.2.4
Elementor Website Builder – more than just a page builder v3.2.4
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 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | core/debug/classes/theme-missing.php +1 -1 4.1.43.2.4 View file →
@@ -18,9 +18,9 @@
18 18 return 'theme-missing';
19 19 }
20 20
21 21 public function get_message() {
22 - return esc_html__( 'Some of your theme files are missing.', 'elementor' );
22 + return __( 'Some of your theme files are missing.', 'elementor' );
23 23 }
24 24
25 25 public function get_help_doc_url() {
26 26 return 'https://go.elementor.com/preview-not-loaded/#theme-files';