This commit is contained in:
proelements
2026-05-04 11:47:14 +03:00
parent b499583e5a
commit 872bc6fb57
375 changed files with 39949 additions and 9185 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Shortcode {
),
sprintf(
/* translators: %s: Template ID. */
esc_html__( 'Elementor template shortcode for template %s', 'elementor-pro' ),
esc_html__( 'Template shortcode for template %s', 'elementor-pro' ),
$post_id // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
),
sprintf(
-1
View File
@@ -142,7 +142,6 @@ class Module extends Module_Base {
return '<div id="elementor-widget-template-empty-templates">
<div class="elementor-widget-template-empty-templates-icon"><i class="eicon-nerd" aria-hidden="true"></i></div>
<div class="elementor-widget-template-empty-templates-title">' . esc_html__( 'You Havent Saved Templates Yet.', 'elementor-pro' ) . '</div>
<div class="elementor-widget-template-empty-templates-footer">' . esc_html__( 'Want to learn more about Elementor library?', 'elementor-pro' ) . ' <a class="elementor-widget-template-empty-templates-footer-url" href="https://go.elementor.com/docs-library/" target="_blank">' . esc_html__( 'Click Here', 'elementor-pro' ) . '</a>
</div>
</div>';
}
@@ -16,7 +16,7 @@ class Elementor_Library extends \WP_Widget {
public function __construct() {
parent::__construct(
'elementor-library',
esc_html__( 'Elementor Library', 'elementor-pro' ),
esc_html__( 'Library', 'elementor-pro' ),
[
'description' => esc_html__( 'Embed your saved elements.', 'elementor-pro' ),
]