mirror of
https://github.com/proelements/proelements.git
synced 2026-05-05 17:15:58 +00:00
v4.0.4
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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 Haven’t 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' ),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user