PluginProbe
Elementor Website Builder – more than just a page builder / 3.26.0-dev5
Elementor Website Builder – more than just a page builder v3.26.0-dev5
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 | modules/content-sanitizer/module.php +1 -1 4.1.43.26.0-dev5 View file →
@@ -22,9 +22,9 @@
22 22 public function get_name() {
23 23 return 'content-sanitizer';
24 24 }
25 25
26 - public function sanitize_content( $data, $document ): array {
26 + public function sanitize_content( $data, $document ) : array {
27 27 if ( current_user_can( 'manage_options' ) || empty( $data['elements'] ) ) {
28 28 return $data;
29 29 }
30 30