|
@@ -17,9 +17,9 @@ |
|
17
|
17
|
|
|
18
|
18
|
const RECALC_ACTION = 'elementor_usage_recalc'; |
|
19
|
19
|
|
|
20
|
20
|
public function get_title() { |
|
21
|
|
- return __( 'Elements Usage', 'elementor' ); |
|
21
|
+ return esc_html__( 'Elements Usage', 'elementor' ); |
|
22
|
22
|
} |
|
23
|
23
|
|
|
24
|
24
|
public function get_fields() { |
|
25
|
25
|
return [ |