← All changes
|
modules/kit-elements-defaults/data/controller.php
+1
-3
4.2.0-dev2
→
3.25.0-dev3
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 | |