PluginProbe
Elementor Website Builder – more than just a page builder / 3.22.2
Elementor Website Builder – more than just a page builder v3.22.2
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/kit-elements-defaults/data/controller.php +1 -3 4.1.43.22.2 View file →
@@ -136,11 +136,9 @@
136 136 public function get_items_permissions_check( $request ) {
137 137 return current_user_can( 'edit_posts' );
138 138 }
139 139
140 - /**
141 - * TODO: Should be removed once the infra will support it.
142 - */
140 + // TODO: Should be removed once the infra will support it.
143 141 public function get_item_permissions_check( $request ) {
144 142 return $this->get_items_permissions_check( $request );
145 143 }
146 144